diff options
author | Bastien Nocera <hadess@hadess.net> | 2008-07-23 09:49:01 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2008-07-23 09:49:01 +0000 |
commit | 0b74066a8c8ae8851dba79398fb07e12b7795473 (patch) | |
tree | d9563b8ae5879e324b83fe54ed73c65bfb7907da /data | |
parent | f1797f26fb2255c5f1ba5e6d6bdf1c5198b1728e (diff) | |
download | totem-0b74066a8c8ae8851dba79398fb07e12b7795473.tar.gz |
Fix mnemonics overlap between Sidebar button and Sound menu (Closes:
2008-07-23 Bastien Nocera <hadess@hadess.net>
* data/totem.ui: Fix mnemonics overlap between Sidebar button
and Sound menu (Closes: #522275)
svn path=/trunk/; revision=5517
Diffstat (limited to 'data')
-rw-r--r-- | data/totem.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/totem.ui b/data/totem.ui index dd221fe0b..50c1ff7f0 100644 --- a/data/totem.ui +++ b/data/totem.ui @@ -301,7 +301,7 @@ </child> <child> <object class="GtkToggleAction" id="sidebar"> - <property name="label" translatable="yes">_Sidebar</property> + <property name="label" translatable="yes">S_idebar</property> <property name="tooltip" translatable="yes">Show or hide the sidebar</property> <property name="active">TRUE</property> <signal name="activate" handler="show_sidebar_action_callback"/> |