make some strings translatable
This commit is contained in:
		
							parent
							
								
									f1d3f85037
								
							
						
					
					
						commit
						fc49b44963
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -403,8 +403,9 @@ class PreferencesWindow: | |||
| 				self.applications_combobox.remove_text(3) | ||||
| 				self.applications_combobox.remove_text(2) | ||||
| 				self.applications_combobox.remove_text(1) | ||||
| 				self.applications_combobox.append_text("Always use OS/X default applications") | ||||
| 				self.applications_combobox.append_text("Custom") | ||||
| 				self.applications_combobox.append_text( | ||||
| 					_('Always use OS/X default applications')) | ||||
| 				self.applications_combobox.append_text(_('Custom')) | ||||
| 
 | ||||
| 			if gajim.config.get('autodetect_browser_mailer'): | ||||
| 				self.applications_combobox.set_active(0) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue