On the create subtheme page the homonym wether is used instead of whether.
Wether is defined as: A castrated ram. https://www.google.com/search?q=define%20wether
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | wether-to-whether-1568228-7.patch | 2.05 KB | jghyde |
| #5 | wether.patch | 505 bytes | vm |
| #2 | wether.patch | 503 bytes | vm |
| wether.png | 14.99 KB | nicxvan |
Comments
Comment #1
vm commentedanother report: https://drupal.org/node/1823678 which was closed as a duplicate.
confirmed that the typo is used in -dev
from the above:
should be
Comment #2
vm commentedhere's an attempt at a patch file.
Comment #3
vm commentedComment #4
vm commentedComment #5
vm commentedcomparing with other .patch files in the queue looks like mine wasn't produced properly. here's another attempt
Comment #6
vm commentedJust realized that there are multiple misspelling of whether as wether in multiple files.
2 in omega_tools.admin.inc
1 in omega_tools.wizard.inc (reported by nicxvan)
I'll try my hand at another patch in which all of the misspellings will be corrected.
Comment #7
jghyde commentedApplied against the 7.x-3.x branch in the git repo. All instances of "wether" changed to "whether." Here's the patch:
Comment #8
damienmckennaMarking this as a duplicate of #1668788: Corrections for text in admin interface and Drush as it covers this and other typos in the UI. That said, thank you for taking the time to put this together!