s/"new_import"/"New Import"/.

2002-10-10  Michael Natterer  <mitch@gimp.org>

	* app/gui/palette-import-dialog.c: s/"new_import"/"New Import"/.
This commit is contained in:
Michael Natterer 2002-10-10 14:50:54 +00:00 committed by Michael Natterer
parent ce3af12618
commit 04cef20b58
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-10-10 Michael Natterer <mitch@gimp.org>
* app/gui/palette-import-dialog.c: s/"new_import"/"New Import"/.
2002-10-10 Sven Neumann <sven@gimp.org>
* app/core/Makefile.am

View File

@ -301,7 +301,7 @@ palette_import_dialog_new (Gimp *gimp)
/* The source's name */
import_dialog->entry = gtk_entry_new ();
gtk_entry_set_text (GTK_ENTRY (import_dialog->entry),
gradient ? GIMP_OBJECT (gradient)->name : _("new_import"));
gradient ? GIMP_OBJECT (gradient)->name : _("New Import"));
gimp_table_attach_aligned (GTK_TABLE (table), 0, 0,
_("Palette _Name:"), 1.0, 0.5,
import_dialog->entry, 2, FALSE);

View File

@ -301,7 +301,7 @@ palette_import_dialog_new (Gimp *gimp)
/* The source's name */
import_dialog->entry = gtk_entry_new ();
gtk_entry_set_text (GTK_ENTRY (import_dialog->entry),
gradient ? GIMP_OBJECT (gradient)->name : _("new_import"));
gradient ? GIMP_OBJECT (gradient)->name : _("New Import"));
gimp_table_attach_aligned (GTK_TABLE (table), 0, 0,
_("Palette _Name:"), 1.0, 0.5,
import_dialog->entry, 2, FALSE);