After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 300608 - Spelling mistake in 'Confirm Image Size' dialog
Spelling mistake in 'Confirm Image Size' dialog
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.2.x
Other Windows
: Normal trivial
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-04-14 13:43 UTC by Rebecca Yates
Modified: 2008-01-15 12:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rebecca Yates 2005-04-14 13:43:03 UTC
Distribution/Version: XP SP2

Start up GIMP.
Go to File -> New...
In the dropdown template selector, choose a large sized image. (On my system a
size of A4 or above will reveal the mistake.) Click Ok.
The text in the 'Confirm Image Size' dialog says 'An image of the choosen size
will use more memory than what is configured as "Maximum Image Size" in the
Preferences dialogue (currently 64.0 MB).'
'choosen' should read 'chosen'. (I am also not sure that 'than what is
configured' is good grammar.)
Comment 1 weskaggs 2005-04-14 16:20:41 UTC
The same spelling error occurs in a few other places as well; thanks for taking
the time to point this out.  I think the grammar part, while it may not be
strictly according to authority, is good enough to leave alone.

For HEAD:

2005-04-14  Bill Skaggs  <weskaggs@primate.ucdavis.edu>

	* app/dialogs/image-new-dialog.c
	* app/dialogs/image-scale-dialog.c
	* app/widgets/gtkhwrapbox.c
	* app/widgets/gtkvwrapbox.c: s/choosen/chosen/g; fixes bug #300608.