This patch does following:

-      return t('<p>Enter the name for your new menu. Remember to enable the newly created block in the %blocks administration page.</p>', array('%blocks' => l(t('blocks'), 'admin/block')));
+      return t('<p>Enter the name for your new menu. Remember to enable the newly created block in the %blocks.</p>', array('%blocks' => l(t('blocks administration page'), 'admin/block')));

As it was, it was impossibile in polish to translate it correctly. For english this patch doesn't change anything.

CommentFileSizeAuthor
#6 menu_translation_0.diff1.07 KBCvbge
menu_translation.diff1.06 KBCvbge
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Looks like Cvbge is in a patch-frenzy! Rock on! Committed to HEAD. Thanks.

Dries’s picture

Status: Needs review » Fixed
killes@www.drop.org’s picture

Status: Fixed » Active

Hmm, I did discuss this patch with Cvbge on IRC and we agreed that having a href in the help text (as in the other help texts) would be better.

Cvbge’s picture

Indeed, didn't think this would be committed so fast ;)
We could use e.g.

t('<p>Enter the name for your new menu. Remember to enable the newly created block in the <a href="admin/block">blocks administration page</a>.</p>');

but I don't think current solution is much worse (although it's worse a bit, because provides smaller translation possibilities)...

Should I make a new patch?

killes@www.drop.org’s picture

Please make a new patch. We should have some consistency in translated strings.

Cvbge’s picture

Status: Active » Needs review
FileSize
1.07 KB

Here.

Crell’s picture

Status: Needs review » Reviewed & tested by the community

Purdy.

Steven’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. The l() solution was simply not acceptable, all related text needs to be in one chunk.

Anonymous’s picture

Status: Fixed » Closed (fixed)