Multiple fixes to English language strings.
This commit is contained in:
		
				
					committed by
					
						
						Thomas Keller
					
				
			
			
				
	
			
			
			
						parent
						
							c9f2575469
						
					
				
				
					commit
					df1130b4c9
				
			@@ -214,7 +214,7 @@ class IDF_Form_IssueCreate extends Pluf_Form
 | 
			
		||||
            else $count[$class] += 1;
 | 
			
		||||
            if (in_array($class, $onemax) and $count[$class] > 1) {
 | 
			
		||||
                if (!isset($this->errors['label'.$i])) $this->errors['label'.$i] = array();
 | 
			
		||||
                $this->errors['label'.$i][] = sprintf(__('You cannot provide more than label from the %s class to an issue.'), $class);
 | 
			
		||||
                $this->errors['label'.$i][] = sprintf(__('You cannot provide more than one label from the %s class to an issue.'), $class);
 | 
			
		||||
                throw new Pluf_Form_Invalid(__('You provided an invalid label.'));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user