diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-27 22:04:36 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-30 19:37:46 +0800 |
commit | 9935cd88e7ecb4bf5ccc6f708735b735b06ea2fa (patch) | |
tree | 06031c6fc9df8244d11b5568ae9f06fcd133fbc3 | |
parent | 30cfef02ad93f671b6d0cfff401e881d58c2d57f (diff) | |
download | gsoc2013-empathy-9935cd88e7ecb4bf5ccc6f708735b735b06ea2fa.tar gsoc2013-empathy-9935cd88e7ecb4bf5ccc6f708735b735b06ea2fa.tar.gz gsoc2013-empathy-9935cd88e7ecb4bf5ccc6f708735b735b06ea2fa.tar.bz2 gsoc2013-empathy-9935cd88e7ecb4bf5ccc6f708735b735b06ea2fa.tar.lz gsoc2013-empathy-9935cd88e7ecb4bf5ccc6f708735b735b06ea2fa.tar.xz gsoc2013-empathy-9935cd88e7ecb4bf5ccc6f708735b735b06ea2fa.tar.zst gsoc2013-empathy-9935cd88e7ecb4bf5ccc6f708735b735b06ea2fa.zip |
jabber and yahoo widget: change the accelerator of the Ignore widget
-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> |