[gnome-settings-daemon] Using Layouts instead of Groups
- From: Sergey V. Udaltsov <svu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] Using Layouts instead of Groups
- Date: Thu, 15 Apr 2010 20:46:00 +0000 (UTC)
commit f4f06097f790176c841b6e836be1ad35b04d8442
Author: Sergey V. Udaltsov <svu gnome org>
Date: Thu Apr 15 21:44:39 2010 +0100
Using Layouts instead of Groups
https://bugzilla.gnome.org/show_bug.cgi?id=553108
plugins/keyboard/gsd-keyboard-xkb.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/keyboard/gsd-keyboard-xkb.c b/plugins/keyboard/gsd-keyboard-xkb.c
index 16d2e64..c2109e3 100644
--- a/plugins/keyboard/gsd-keyboard-xkb.c
+++ b/plugins/keyboard/gsd-keyboard-xkb.c
@@ -392,7 +392,7 @@ status_icon_popup_menu_cb (GtkStatusIcon * icon, guint button, guint time)
int i = 0;
gchar **current_name = gkbd_status_get_group_names ();
- GtkWidget *item = gtk_menu_item_new_with_mnemonic (_("_Groups"));
+ GtkWidget *item = gtk_menu_item_new_with_mnemonic (_("_Layouts"));
gtk_widget_show (item);
gtk_menu_shell_append (GTK_MENU_SHELL (popup_menu), item);
gtk_menu_item_set_submenu (GTK_MENU_ITEM (item),
@@ -405,7 +405,7 @@ status_icon_popup_menu_cb (GtkStatusIcon * icon, guint button, guint time)
NULL);
gtk_menu_shell_append (GTK_MENU_SHELL (popup_menu), item);
- item = gtk_menu_item_new_with_mnemonic (_("Show Current _Layout"));
+ item = gtk_menu_item_new_with_mnemonic (_("Show _Current Layout"));
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]