use "Undo History" instead of "Undo Editor" in user-visible string.
2005-09-13 Sven Neumann <sven@gimp.org> * app/actions/edit-actions.c: use "Undo History" instead of "Undo Editor" in user-visible string. Removed wrongly used ellipsis. * app/dialogs/offset-dialog.c: added translator comment. * app/dialogs/quit-dialog.c: string change.
This commit is contained in:
committed by
Sven Neumann
parent
f11bf9ecc0
commit
f3d9a51e18
@ -173,7 +173,7 @@ quit_dialog_container_changed (GimpContainer *images,
|
||||
GtkWidget *dialog = gtk_widget_get_toplevel (button);
|
||||
gchar *text;
|
||||
|
||||
text = g_strdup_printf (ngettext ("There is %d image with unsaved changes:",
|
||||
text = g_strdup_printf (ngettext ("There is one image with unsaved changes:",
|
||||
"There are %d images with unsaved changes:",
|
||||
num_images), num_images);
|
||||
gimp_message_box_set_primary_text (box, text);
|
||||
|
||||
Reference in New Issue
Block a user