[Xfce4-commits] <ristretto:master> Remove duplicate accelerators (Bug #8723)

Stephan Arts noreply at xfce.org
Sat Apr 21 13:24:02 CEST 2012


Updating branch refs/heads/master
         to 5b8f0a7f9064ae44b4abd6ad825e776d5ecf4539 (commit)
       from 84bdd99574459f36eaabd764c119c9ac41a608e7 (commit)

commit 5b8f0a7f9064ae44b4abd6ad825e776d5ecf4539
Author: Stephan Arts <stephan at xfce.org>
Date:   Sat Apr 21 13:22:39 2012 +0200

    Remove duplicate accelerators (Bug #8723)

 src/main_window.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main_window.c b/src/main_window.c
index d10ce01..e415376 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -442,7 +442,7 @@ static GtkActionEntry action_entries[] =
             G_CALLBACK (cb_rstto_main_window_fullscreen), },
   { "set-as-wallpaper",
             "preferences-desktop-wallpaper", /* Icon-name */
-            N_ ("_Set as Wallpaper..."), /* Label-text */
+            N_ ("Set as _Wallpaper..."), /* Label-text */
             NULL, /* Keyboard shortcut */
             NULL, /* Tooltip text */
             G_CALLBACK (cb_rstto_main_window_set_as_wallpaper), },
@@ -553,7 +553,7 @@ static GtkActionEntry action_entries[] =
             NULL, },
   { "thumbnailbar-size-menu",
             NULL,
-            N_ ("Thumbnail S_ize"),
+            N_ ("Thumb_nail Size"),
             NULL, },
 /* Misc */
   { "leave-fullscreen",
@@ -590,7 +590,7 @@ static const GtkToggleActionEntry toggle_action_entries[] =
     /* Toggle visibility of the statusbar*/
     { "show-statusbar",
             NULL, /* Icon-name */
-            N_ ("Show _Status Bar"), /* Label-text */
+            N_ ("Show Status _Bar"), /* Label-text */
             NULL, /* Keyboard shortcut */
             NULL, /* Tooltip text */
             G_CALLBACK (cb_rstto_main_window_toggle_show_statusbar),


More information about the Xfce4-commits mailing list