Skip to content
Snippets Groups Projects
Commit 59ab86a2 authored by Jose Antonio Reyero del Prado's avatar Jose Antonio Reyero del Prado
Browse files

Issue #1135928: Wrong link for translate refresh page

parent 2a508281
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ function i18n_translation_mode_element($i18n_mode = I18N_MODE_NONE, $langcode =
'#title' => t('Translation mode'),
'#options' => i18n_translation_options($options),
'#default_value' => $i18n_mode,
'#description' => t('For localizable elements, to have all items available for translation visit the <a href="@locale-refresh">translation refresh</a> page.', array('@locale-refresh' => url('admin/build/translate/refresh'))),
'#description' => t('For localizable elements, to have all items available for translation visit the <a href="@locale-refresh">translation refresh</a> page.', array('@locale-refresh' => url('admin/config/regional/translate/i18n_string'))),
);
$form['i18n_translation']['language'] = array(
'#default_value' => $langcode ? $langcode : LANGUAGE_NONE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment