Hi,
on line 54 of advpoll.admin.inc the word cancelled is misspelt:
drupal_set_message(t('Your vote was canceled.'));
Not sure if it is in other versions too.
I would never have noticed, but my manager did :-)
Hi,
on line 54 of advpoll.admin.inc the word cancelled is misspelt:
drupal_set_message(t('Your vote was canceled.'));
Not sure if it is in other versions too.
I would never have noticed, but my manager did :-)
Comments
Comment #1
newtoidComment #2
newtoidNot really sure what category this comes under
Comment #3
miro_dietikerfixed the typo in cvs.
Comment #4
ChrisKennedy commentedIt's not misspelled actually; it can be spelled either way.
http://www.merriam-webster.com/dictionary/canceled
Comment #5
miro_dietikerThen reverting the changes in order to have translations not broken. No update needed?