summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-07 15:04:16 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-07 15:04:16 +0000
commit729fa6c11b604dc549fb8385a03fb9af28ca68d3 (patch)
treea88802317b1d79f9fd037e7c978ae4b1a0068e30 /modules/locale
parentbda6fa2b715199e4f9b25b3bfcd926e10d33a89c (diff)
downloadbrdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.gz
brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.bz2
- Patch #77422 by timcn: corrected various paths in the documentation.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 8f36b87e1..cf721d43d 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -24,9 +24,9 @@ function locale_help($section) {
$output .= '<p>'. t('If an existing translation does not meet your needs, the <em>.po</em> files are easily edited with special editing tools. The locale module\'s import feature allows you to add strings from such files into your site\'s database. The export functionality enables you to share your translations with others, generating Portable Object files from your site strings.') .'</p>';
$output .= t('<p>You can</p>
<ul>
-<li>administer localization at <a href="%admin-locale">administer &gt;&gt; localization</a>.</li>
-<li>manage strings for the localization: <a href="%admin-locale-string-search">administer &gt;&gt; localization &gt;&gt; manage strings</a>.</li>
-<li>add a locale language: <a href="%admin-locale-language-add">administer &gt;&gt; localization &gt;&gt; add language</a>.</li>
+<li>administer localization at <a href="%admin-locale">administer &gt;&gt; site configuration &gt;&gt; localization</a>.</li>
+<li>manage strings for the localization: <a href="%admin-locale-string-search">administer &gt;&gt; site configuration &gt;&gt; localization &gt;&gt; manage strings</a>.</li>
+<li>add a locale language: <a href="%admin-locale-language-add">administer &gt;&gt; site configuration &gt;&gt; localization &gt;&gt; add language</a>.</li>
<li>download translation files from the <a href="%external-http-drupal-org-project-Translations">Drupal translations page</a>.
</li>
</ul>