diff options
-rw-r--r-- | libempathy-gtk/empathy-account-widget-jabber.ui | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-account-widget-yahoo.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui index 1fd3ea2ce..5cca361d3 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.ui +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -207,7 +207,7 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho </child> <child> <object class="GtkCheckButton" id="checkbutton_ignore_ssl_errors"> - <property name="label" translatable="yes">_Ignore SSL certificate errors</property> + <property name="label" translatable="yes">I_gnore SSL certificate errors</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> diff --git a/libempathy-gtk/empathy-account-widget-yahoo.ui b/libempathy-gtk/empathy-account-widget-yahoo.ui index b40ad1b3b..984f191e3 100644 --- a/libempathy-gtk/empathy-account-widget-yahoo.ui +++ b/libempathy-gtk/empathy-account-widget-yahoo.ui @@ -118,7 +118,7 @@ <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="checkbutton_ignore_invites"> - <property name="label" translatable="yes">_Ignore conference and chat room invitations</property> + <property name="label" translatable="yes">I_gnore conference and chat room invitations</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |