don't mark a string for translation which should never be used.

2003-05-27  Sven Neumann  <sven@gimp.org>

	* app/gui/vectors-commands.c (vectors_selection_to_vectors): don't
	mark a string for translation which should never be used.
This commit is contained in:
Sven Neumann 2003-05-27 12:02:34 +00:00 committed by Sven Neumann
parent 8addf4daa6
commit c229fda7b5
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-05-27 Sven Neumann <sven@gimp.org>
* app/gui/vectors-commands.c (vectors_selection_to_vectors): don't
mark a string for translation which should never be used.
2003-05-27 Michael Natterer <mitch@gimp.org>
* app/tools/gimpfreeselecttool.[ch]

View File

@ -353,7 +353,7 @@ vectors_selection_to_vectors (GimpImage *gimage,
if (! proc_rec)
{
g_message (_("Selection to path procedure lookup failed."));
g_message ("Selection to path procedure lookup failed.");
return;
}

View File

@ -353,7 +353,7 @@ vectors_selection_to_vectors (GimpImage *gimage,
if (! proc_rec)
{
g_message (_("Selection to path procedure lookup failed."));
g_message ("Selection to path procedure lookup failed.");
return;
}