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