fixed typos, updated german translation

--Sven
This commit is contained in:
Sven Neumann 2000-02-22 17:45:56 +00:00
parent 863b24917c
commit ee4b9854d4
4 changed files with 1089 additions and 533 deletions

View File

@ -1,3 +1,7 @@
Tue Feb 22 18:40:53 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/gfig/gfig.c: typso fixed
2000-02-22 Michael Natterer <mitch@gimp.org>
* app/gimpcontext.[ch]: it's more intelligent to implement the

View File

@ -3309,7 +3309,7 @@ options_page (void)
_("Grey"), (gpointer) GFIG_GREY_GC, NULL,
_("Darker"), (gpointer) GTK_STATE_ACTIVE, NULL,
_("Lighter"), (gpointer) GTK_STATE_PRELIGHT, NULL,
_("Vewry Dark"), (gpointer) GTK_STATE_SELECTED, NULL,
_("Very Dark"), (gpointer) GTK_STATE_SELECTED, NULL,
NULL);
gimp_table_attach_aligned (GTK_TABLE (table), 0, 2,
@ -4094,8 +4094,7 @@ gfig_ok_callback (GtkWidget *widget,
gchar *message;
message =
g_strdup_printf (_("Unsaved Gfig objects - continue with exiting?\n"
"Number of objects unsaved = %d"), count);
g_strdup_printf (_("%d unsaved Gfig objects.\nContinue with exiting?"), count);
dialog = gimp_query_boolean_box (_("Warning"),
gimp_plugin_help_func,

View File

@ -1,3 +1,7 @@
Tue Feb 22 18:41:49 CET 2000 Sven Neumann <sven@gimp.org>
* de.po: updated german translation
Sat Feb 19 13:50:51 CET 2000 Sven Neumann <sven@gimp.org>
* de.po: updated german translation

File diff suppressed because it is too large Load Diff