[frogr] Renamed string from 'By Date' to 'By Date of Capture'
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Renamed string from 'By Date' to 'By Date of Capture'
- Date: Tue, 26 Apr 2011 06:20:06 +0000 (UTC)
commit e842ba07a13bbf6dbd8b741cccc9381466a79dec
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Mon Apr 25 23:20:01 2011 -0700
Renamed string from 'By Date' to 'By Date of Capture'
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 ec84fae..518a579 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -414,7 +414,7 @@ _populate_menu_bar (FrogrMainView *self)
self);
priv->sort_by_title_menu_item = menu_item;
- menu_item = gtk_radio_menu_item_new_with_mnemonic (sorting_group, _("By _Date"));
+ menu_item = gtk_radio_menu_item_new_with_mnemonic (sorting_group, _("By _Date of Capture"));
sorting_group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (menu_item));
gtk_menu_shell_append (GTK_MENU_SHELL (submenu), menu_item);
g_signal_connect (G_OBJECT (menu_item), "toggled",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]