On the page admin/locale/language/import there is a link "Drupal translation page" pointing to http://drupal.org/translations. This page seams however to be unaccessible for "normal" users.

CommentFileSizeAuthor
#3 locale-module-bug#11179.patch2.23 KBStefan Nagtegaal
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

p_____n’s picture

Component: admin.module » locale.module

To be sure, the link place has mistaken.
Can't it avoid, if the link place of locale.module is changed?

locale.module line 29

-  return t("<p>This page allows ...... while.</p>", array('%url' => 'http://drupal.org/translations'));
+  return t("<p>This page allows ...... while.</p>", array('%url' => 'http://drupal.org/project/Translations'));

p_____n’s picture

I am sorry. How to write a code has been mistaken.

locale.module line 29

-  return t("This page allows ...... take a while.</p>", array('%url' => 'http://drupal.org/translations'));
+  return t("This page allows ...... take a while.</p>", array('%url' => 'http://drupal.org/project/Translations'));
Stefan Nagtegaal’s picture

Assigned: Unassigned » Stefan Nagtegaal
FileSize
2.23 KB

And attaching patch.. Please apply...

Dries’s picture

We can't download this patch because it has a '#' in its name.

Dries’s picture

Committed to HEAD.

Steven’s picture

Anonymous’s picture