[eog/gnome-2-32] Make button text descriptive when setting image as wallpaper



commit 376fa5c4f900524b78d05e72974ba23dc9244a99
Author: Felix Riemann <friemann gnome org>
Date:   Sun Aug 8 17:16:22 2010 +0200

    Make button text descriptive when setting image as wallpaper
    
    Fixes bug 625352.

 src/eog-window.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 0839c73..e3c373b 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -2919,9 +2919,11 @@ eog_window_set_wallpaper (EogWindow *window, const gchar *filename)
 				 filename,
 				 NULL);
 
-	info_bar = gtk_info_bar_new_with_buttons (GTK_STOCK_YES,
+	/* I18N: When setting mnemonics for these strings, watch out to not
+	   clash with mnemonics from eog's menubar */
+	info_bar = gtk_info_bar_new_with_buttons (_("_Open Background Preferences"),
 						  GTK_RESPONSE_YES,
-						  GTK_STOCK_NO,
+						  C_("MessageArea","Hi_de"),
 						  GTK_RESPONSE_NO, NULL);
 	gtk_info_bar_set_message_type (GTK_INFO_BAR (info_bar),
 				       GTK_MESSAGE_QUESTION);



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