Mercurial > geeqie
diff src/bar.c @ 1543:c8ac214a2fca
fixed ambiguous strings
author | nadvornik |
---|---|
date | Sun, 12 Apr 2009 08:36:53 +0000 |
parents | fffb62c7ba1e |
children | c776b1310ca6 |
line wrap: on
line diff
--- a/src/bar.c Sat Apr 11 21:28:46 2009 +0000 +++ b/src/bar.c Sun Apr 12 08:36:53 2009 +0000 @@ -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); }