GNOME Bugzilla – Bug 300608
Spelling mistake in 'Confirm Image Size' dialog
Last modified: 2008-01-15 12:52:16 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.)
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.