Revision: 1640
http://geeqie.svn.sourceforge.net/geeqie/?rev=1640&view=rev
Author: nadvornik
Date: 2009-04-12 08:36:53 +0000 (Sun, 12 Apr 2009)
Log Message:
-----------
fixed ambiguous strings
Modified Paths:
--------------
trunk/src/bar.c
trunk/src/bar_exif.c
trunk/src/bar_keywords.c
Modified: trunk/src/bar.c
===================================================================
--- trunk/src/bar.c 2009-04-11 21:28:46 UTC (rev 1639)
+++ trunk/src/bar.c 2009-04-12 08:36:53 UTC (rev 1640)
@@ -153,7 +153,7 @@
{PANE_EXIF, "exif", N_("Exif"),
default_config_exif},
/* other pre-configured panes */
{PANE_EXIF, "file_info", N_("File info"),
default_config_file_info},
- {PANE_EXIF, "location", N_("Location"),
default_config_location},
+ {PANE_EXIF, "location", N_("Location and GPS"),
default_config_location},
{PANE_EXIF, "copyright", N_("Copyright"),
default_config_copyright},
{PANE_UNDEF, NULL, NULL, NULL}
@@ -277,7 +277,7 @@
menu_item_add_stock(menu, _("Move _down"), GTK_STOCK_GO_DOWN,
G_CALLBACK(bar_expander_move_down_cb), expander);
menu_item_add_stock(menu, _("Move to _bottom"),
GTK_STOCK_GOTO_BOTTOM, G_CALLBACK(bar_expander_move_bottom_cb), expander);
menu_item_add_divider(menu);
- menu_item_add_stock(menu, pgettext("virtual","Delete"),
GTK_STOCK_DELETE, G_CALLBACK(bar_expander_delete_cb), expander);
+ menu_item_add_stock(menu, _("Remove"), GTK_STOCK_DELETE,
G_CALLBACK(bar_expander_delete_cb), expander);
menu_item_add_divider(menu);
}
Modified: trunk/src/bar_exif.c
===================================================================
--- trunk/src/bar_exif.c 2009-04-11 21:28:46 UTC (rev 1639)
+++ trunk/src/bar_exif.c 2009-04-12 08:36:53 UTC (rev 1640)
@@ -605,7 +605,7 @@
{
/* for the entry */
gchar *conf = g_strdup_printf(_("Configure \"%s\""), ee->title);
- gchar *del = g_strdup_printf(_("Delete \"%s\""), ee->title);
+ gchar *del = g_strdup_printf(_("Remove \"%s\""), ee->title);
menu_item_add_stock(menu, conf, GTK_STOCK_EDIT,
G_CALLBACK(bar_pane_exif_conf_dialog_cb), widget);
menu_item_add_stock(menu, del, GTK_STOCK_DELETE,
G_CALLBACK(bar_pane_exif_delete_entry_cb), widget);
Modified: trunk/src/bar_keywords.c
===================================================================
--- trunk/src/bar_keywords.c 2009-04-11 21:28:46 UTC (rev 1639)
+++ trunk/src/bar_keywords.c 2009-04-12 08:36:53 UTC (rev 1640)
@@ -1132,7 +1132,7 @@
text = g_strdup_printf(_("Edit \"%s\""), name);
menu_item_add_stock(menu, text, GTK_STOCK_EDIT,
G_CALLBACK(bar_pane_keywords_edit_dialog_cb), pkd);
g_free(text);
- text = g_strdup_printf(_("Delete \"%s\""), name);
+ text = g_strdup_printf(_("Remove \"%s\""), name);
menu_item_add_stock(menu, text, GTK_STOCK_DELETE,
G_CALLBACK(bar_pane_keywords_delete_cb), pkd);
g_free(text);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn