renamed menu entry to "Scanner/Camera" as suggested in bug #311965.

2005-10-20  Sven Neumann  <sven@gimp.org>

	* plug-ins/twain/twain.c: renamed menu entry to "Scanner/Camera"
	as suggested in bug #311965.
This commit is contained in:
Sven Neumann 2005-10-20 12:06:11 +00:00 committed by Sven Neumann
parent a5e35eabcd
commit 7f1106926d
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2005-10-20 Sven Neumann <sven@gimp.org>
* plug-ins/twain/twain.c: renamed menu entry to "Scanner/Camera"
as suggested in bug #311965.
2005-10-20 Sven Neumann <sven@gimp.org>
* app/batch.c (batch_run): always call the batch interpreter in

View file

@ -310,7 +310,7 @@ query (void)
PLUG_IN_AUTHOR,
PLUG_IN_COPYRIGHT,
PLUG_IN_VERSION,
N_("TWAIN (Dump)..."),
"TWAIN (Dump)...",
NULL,
GIMP_PLUGIN,
NUMBER_IN_ARGS,
@ -330,7 +330,7 @@ query (void)
PLUG_IN_AUTHOR,
PLUG_IN_COPYRIGHT,
PLUG_IN_VERSION,
N_("TWAIN (Read)..."),
"TWAIN (Read)...",
NULL,
GIMP_PLUGIN,
NUMBER_IN_ARGS,
@ -351,7 +351,7 @@ query (void)
PLUG_IN_AUTHOR,
PLUG_IN_COPYRIGHT,
PLUG_IN_VERSION,
N_("_TWAIN..."),
N_("_Scanner/Camera..."),
NULL,
GIMP_PLUGIN,
NUMBER_IN_ARGS,
@ -489,7 +489,7 @@ void
preTransferCallback(void *clientData)
{
/* Initialize our progress dialog */
gimp_progress_init(_("Transferring TWAIN data"));
gimp_progress_init (_("Transferring data from scanner/camera"));
}
/*