GNOME Bugzilla – Bug 311965
Rename Aquire->TWAIN to Aquire->Scanner
Last modified: 2008-01-15 12:58:27 UTC
In gimps file menu there are some handy options under the aquire sub menu. It would be nice if the TWAIN.. option could be renamed to Scanner.. to make it clear to users who don't know what TWAIN means what this option does.
Sounds like a reasonable improvement. Not for 2.2 though since it means changing a translatable string.
Please note that TWAIN isn't limited to scanners - some digital cameras and webcams use it, too.
Ah, that makes renaming it more complicated. Still there must be a better alternative than TWAIN which means nothing to most people. Maybe Scanner/Camera would cover enough to make it clear.
If the TWAIN API allows for this, the plug-in could attempt to detect devices and register individual menu entries for them.
The TWAIN plug-in is mainly something that helps you to select the source of the "Acquire". So "Acquire->Select source..." might fit. It ould be nice if the TWAIN plug-in did register the individual sources into the "Acquire" menu, then we would be able to have "Scanner XYZ", "Scanner ABC", "Camera Syno S123" in the menu etc...
2005-10-20 Sven Neumann <sven@gimp.org> * plug-ins/twain/twain.c: renamed menu entry to "Scanner/Camera" as suggested in bug #311965.