mirror of https://github.com/GNOME/gimp.git
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:
parent
ce3af12618
commit
04cef20b58
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue