[frogr] Updated 'About' menu item string
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Updated 'About' menu item string
- Date: Tue, 22 Feb 2011 01:47:49 +0000 (UTC)
commit 90ce70f32999a38305f6d7c647abaef84fb99bd5
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Tue Feb 22 02:47:37 2011 +0100
Updated 'About' menu item string
src/frogr-main-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index 3276e4b..9f755c0 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -342,7 +342,7 @@ _populate_menu_bar (FrogrMainView *self)
menu = gtk_menu_new ();
gtk_menu_item_set_submenu (GTK_MENU_ITEM (menubar_item), menu);
- menu_item = gtk_menu_item_new_with_mnemonic (_("_About"));
+ menu_item = gtk_menu_item_new_with_mnemonic (_("_About frogr..."));
gtk_menu_shell_append (GTK_MENU_SHELL (menu), menu_item);
g_signal_connect (G_OBJECT (menu_item), "activate",
G_CALLBACK (_on_about_menu_item_activate),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]