app/core/gimpbrushpipe.c message fixes.

2002-03-06  Sven Neumann  <sven@gimp.org>

	* app/core/gimpbrushpipe.c
	* app/core/gimppalette.c: message fixes.
This commit is contained in:
Sven Neumann 2002-03-06 20:12:10 +00:00 committed by Sven Neumann
parent de112fd71c
commit 5940d5795f
8 changed files with 1044 additions and 1145 deletions

View File

@ -1,3 +1,8 @@
2002-03-06 Sven Neumann <sven@gimp.org>
* app/core/gimpbrushpipe.c
* app/core/gimppalette.c: message fixes.
2002-03-06 Jakub Steiner <jimmac@ximian.com>
* themes/Default/images/preferences/input-devices.png:

View File

@ -326,7 +326,7 @@ gimp_brush_pipe_load (const gchar *filename)
}
else
{
g_message (_("Invalid UTF-8 string in GIMP brush file '%s'."),
g_message (_("Invalid UTF-8 string in brush file '%s'."),
filename);
gimp_object_set_name (GIMP_OBJECT (pipe), _("Unnamed"));
}

View File

@ -326,7 +326,7 @@ gimp_brush_pipe_load (const gchar *filename)
}
else
{
g_message (_("Invalid UTF-8 string in GIMP brush file '%s'."),
g_message (_("Invalid UTF-8 string in brush file '%s'."),
filename);
gimp_object_set_name (GIMP_OBJECT (pipe), _("Unnamed"));
}

View File

@ -364,7 +364,7 @@ gimp_palette_load (const gchar *filename)
if (columns < 0 || columns > 256)
{
g_message (_("Loading palette '%s':\n"
"Invalid number or columns in line %d."),
"Invalid number of columns in line %d."),
filename, linenum);
columns = 0;

View File

@ -364,7 +364,7 @@ gimp_palette_load (const gchar *filename)
if (columns < 0 || columns > 256)
{
g_message (_("Loading palette '%s':\n"
"Invalid number or columns in line %d."),
"Invalid number of columns in line %d."),
filename, linenum);
columns = 0;

View File

@ -364,7 +364,7 @@ gimp_palette_load (const gchar *filename)
if (columns < 0 || columns > 256)
{
g_message (_("Loading palette '%s':\n"
"Invalid number or columns in line %d."),
"Invalid number of columns in line %d."),
filename, linenum);
columns = 0;

View File

@ -1,3 +1,7 @@
2002-03-06 Sven Neumann <sven@gimp.org>
* de.po: updated german translation.
2002-03-06 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokmål) translation.

2170
po/de.po

File diff suppressed because it is too large Load Diff