mirror of https://github.com/GNOME/gimp.git
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:
parent
de112fd71c
commit
5940d5795f
|
@ -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:
|
||||
|
|
|
@ -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"));
|
||||
}
|
||||
|
|
|
@ -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"));
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue