diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-10 21:39:02 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-10 21:42:31 +0800 |
commit | 79823a12c3ddd74cea17164db13e16a21dd81ab3 (patch) | |
tree | 9420f22347c22e7542f377eb62e5abacad6295d4 | |
parent | 3df77a02867b34fb2ecefd2df1e91362db552123 (diff) | |
download | gsoc2013-empathy-79823a12c3ddd74cea17164db13e16a21dd81ab3.tar gsoc2013-empathy-79823a12c3ddd74cea17164db13e16a21dd81ab3.tar.gz gsoc2013-empathy-79823a12c3ddd74cea17164db13e16a21dd81ab3.tar.bz2 gsoc2013-empathy-79823a12c3ddd74cea17164db13e16a21dd81ab3.tar.lz gsoc2013-empathy-79823a12c3ddd74cea17164db13e16a21dd81ab3.tar.xz gsoc2013-empathy-79823a12c3ddd74cea17164db13e16a21dd81ab3.tar.zst gsoc2013-empathy-79823a12c3ddd74cea17164db13e16a21dd81ab3.zip |
set 'R' as accelerator for the preferences dialog
'P' is already used for "Personnal Information. I looked in different
GNOME applications and it seems the accelerator for the preferences
dialog is not standarized. (#601336)
-rw-r--r-- | src/empathy-main-window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 85d4a0559..26edc6bdf 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -89,7 +89,7 @@ <object class="GtkAction" id="edit_preferences"> <property name="stock_id">gtk-preferences</property> <property name="name">edit_preferences</property> - <property name="label" translatable="yes">_Preferences</property> + <property name="label" translatable="yes">P_references</property> </object> </child> <child> |