Internatinalize status label - undecided
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
		
							parent
							
								
									464d85b36a
								
							
						
					
					
						commit
						5948aacd93
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -130,7 +130,7 @@ class ProposalBase(models.Model): | |||
|         try: | ||||
|             return self.result.status | ||||
|         except ObjectDoesNotExist: | ||||
|             return 'undecided' | ||||
|             return _('Undecided') | ||||
| 
 | ||||
|     def speakers(self): | ||||
|         yield self.speaker | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Hiroshi Miura
						Hiroshi Miura