[gnome-settings-daemon] keyboard: Add missing "Settings" to the string
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] keyboard: Add missing "Settings" to the string
- Date: Mon, 20 Jun 2011 09:27:15 +0000 (UTC)
commit ac9e47c684f17ad9b90a4cccc8458852c388b0c0
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jun 20 10:26:59 2011 +0100
keyboard: Add missing "Settings" to the string
plugins/keyboard/gsd-keyboard-xkb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/keyboard/gsd-keyboard-xkb.c b/plugins/keyboard/gsd-keyboard-xkb.c
index 1eb6eb4..3485622 100644
--- a/plugins/keyboard/gsd-keyboard-xkb.c
+++ b/plugins/keyboard/gsd-keyboard-xkb.c
@@ -254,7 +254,7 @@ status_icon_popup_menu_cb (GtkStatusIcon * icon, guint button, guint time)
/* translators note:
* This is the name of the gnome-control-center "region" panel */
- item = gtk_menu_item_new_with_mnemonic (_("Region and Language"));
+ item = gtk_menu_item_new_with_mnemonic (_("Region and Language Settings"));
gtk_widget_show (item);
g_signal_connect (item, "activate", popup_menu_show_layout, NULL);
gtk_menu_shell_append (GTK_MENU_SHELL (popup_menu), item);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]