changed label to not include a "|" which can be easily confused with a

2006-09-13  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/pix.c (query): changed label to not include a
	"|" which can be easily confused with a translation context.
This commit is contained in:
Sven Neumann 2006-09-13 08:46:25 +00:00 committed by Sven Neumann
parent 7dc4ad0f8e
commit a42941ddb9
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2006-09-13 Sven Neumann <sven@gimp.org>
* plug-ins/common/pix.c (query): changed label to not include a
"|" which can be easily confused with a translation context.
2006-09-13 Sven Neumann <sven@gimp.org>
* app/tools/gimpmeasuretool.c (gimp_measure_tool_active_modifier_key):

View File

@ -132,12 +132,12 @@ query (void)
};
gimp_install_procedure (LOAD_PROC,
"loads files of the PIX file format",
"loads files of the PIX file format",
"loads files of the Alias|Wavefront Pix file format",
"loads files of the Alias|Wavefront Pix file format",
"Michael Taylor",
"Michael Taylor",
"1997",
N_("Alias|Wavefront PIX image"),
N_("Alias Pix image"),
NULL,
GIMP_PLUGIN,
G_N_ELEMENTS (load_args),
@ -154,7 +154,7 @@ query (void)
"Michael Taylor",
"Michael Taylor",
"1997",
N_("Alias|Wavefront PIX image"),
N_("Alias Pix image"),
"RGB*, GRAY*",
GIMP_PLUGIN,
G_N_ELEMENTS (save_args), 0,