I found typo in pathauto.admin.inc. That will be also in 5.x version.

'#description' => t('Maximum number of objects of a given type which should be aliased during a a bulk update. The default is 50 and the recommended number depends on the speed of your server. If bulk updates "time out" or result in a "white screen" then reduce the number.'),

CommentFileSizeAuthor
#1 274328_typo_a_a_5x.patch1.18 KBgreggles

Comments

greggles’s picture

Status: Active » Needs review
StatusFileSize
new1.18 KB

Ah, bummer.

Thanks takafumi for finding this!

greggles’s picture

Title: Typo in pathauto.admin.inc » Typo in bulk generate text 'a a'
Status: Needs review » Active

Fixed in 5.x, 6.x-1, HEAD (6.x-2).

Thanks again takafumi.

Marking this active again because all the translations that we just had people add are broken for that string. Should we fix them?

Takafumi’s picture

Thanks for fixing.

+1 to fix.

greggles’s picture

Title: Typo in bulk generate text 'a a' » Typo in bulk generate text 'a a' and fix the translations to fit this new string.
Status: Active » Fixed

With a little help from sed (sed -i 's/during a a /during a /' *.po) I was able to fix all the translations.

With a little help from Freso, I was able to actually commit the change to HEAD as well.

Thanks, Freso and Takafumi!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.