[eog] window: rename "Set as Desktop Background" -> "Set as Wallpaper"



commit 166a24f31454e9b1169c235fe6fc2494d91f55f8
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Sep 17 10:43:51 2012 -0400

    window: rename "Set as Desktop Background" -> "Set as Wallpaper"
    
    To be consistent with Nautilus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684098

 src/eog-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 25f27ad..14cccd2 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -3839,8 +3839,8 @@ static const GtkActionEntry action_entries_image[] = {
 	{ "EditRotate270", "object-rotate-left", N_("Rotate Counterc_lockwise"), "<ctrl><shift>r",
 	  N_("Rotate the image 90 degrees to the left"),
 	  G_CALLBACK (eog_window_cmd_rotate_270) },
-	{ "ImageSetAsWallpaper", NULL, N_("Set as _Desktop Background"),
-	  "<control>F8", N_("Set the selected image as the desktop background"),
+	{ "ImageSetAsWallpaper", NULL, N_("Set as Wa_llpaper"),
+	  "<control>F8", N_("Set the selected image as the wallpaper"),
 	  G_CALLBACK (eog_window_cmd_wallpaper) },
 	{ "EditMoveToTrash", "user-trash", N_("Move to _Trash"), NULL,
 	  N_("Move the selected image to the trash folder"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]