fix a typo in ft code
This commit is contained in:
		
							parent
							
								
									ce03d79120
								
							
						
					
					
						commit
						026c8f0bc0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1168,7 +1168,7 @@ class PopupNotificationWindow:
 | 
			
		|||
			eventbox.modify_bg(gtk.STATE_NORMAL, bg_color)
 | 
			
		||||
			txt = _('From %s') % txt
 | 
			
		||||
		elif event_type == _('File Transfer Error'):
 | 
			
		||||
			g_color = gtk.gdk.color_parse('coral')
 | 
			
		||||
			bg_color = gtk.gdk.color_parse('coral')
 | 
			
		||||
			close_button.modify_bg(gtk.STATE_NORMAL, bg_color)
 | 
			
		||||
			eventbox.modify_bg(gtk.STATE_NORMAL, bg_color)
 | 
			
		||||
		elif event_type in [_('File Transfer Completed'), _('File Transfer Stopped')]:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue