fix translation strings

This commit is contained in:
Yann Leboulanger 2017-10-03 12:36:31 +02:00
parent 7bd73e2424
commit 6d10a5e2cf
2 changed files with 1 additions and 2 deletions

View File

@ -101,7 +101,7 @@ class Config:
'urlmsgcolor': [ opt_color, '#204a87', '', True ],
'notif_signin_color': [ opt_color, '#32CD32', _('Contact signed in notification color.') ], # limegreen
'notif_signout_color': [ opt_color, '#FF0000', _('Contact signout notification color') ], # red
'notif_message_color': [ opt_color, '#1E90FF', _('New message/email notification color.') ], # dodgerblue
'notif_message_color': [ opt_color, '#1E90FF', _('New message notification color.') ], # dodgerblue
'notif_ftrequest_color': [ opt_color, '#F0E68C', _('File transfer request notification color.') ], # khaki
'notif_fterror_color': [ opt_color, '#B22222', _('File transfer error notification color.') ], # firebrick
'notif_ftcomplete_color': [ opt_color, '#9ACD32', _('File transfer complete or stopped notification color.') ], # yellowgreen

View File

@ -5,7 +5,6 @@
<object class="GtkWindow" id="data_form_fake_window">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">window1</property>
<child>
<object class="GtkBox" id="data_form_vbox">
<property name="visible">True</property>