[eog] Make button text descriptive when setting image as wallpaper
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Make button text descriptive when setting image as wallpaper
- Date: Sun, 8 Aug 2010 15:23:44 +0000 (UTC)
commit ed86bde5420559b0624bfaff5c881e934b3d96a3
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 e38bd28..8b1569f 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -2582,9 +2582,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]