summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-07-25 14:35:11 +0000
committerDries Buytaert <dries@buytaert.net>2004-07-25 14:35:11 +0000
commit177c93f2bc66ae41b1a51a290f59eab326a23c92 (patch)
treec13e254f64c2de28d579cc50072d917c6a77d8e1 /modules/locale
parent702a057683c51f4fdbaaeb8f963ec282caab6d14 (diff)
downloadbrdo-177c93f2bc66ae41b1a51a290f59eab326a23c92.tar.gz
brdo-177c93f2bc66ae41b1a51a290f59eab326a23c92.tar.bz2
- Patch #9481 by JonBob: fixed small typo in help text.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 48e2ae528..ad9fb326d 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -13,7 +13,7 @@ function locale_help($section) {
<h3>How to translate texts</h3>
<p>The actual translation starts at the <a href=\"%overview\">overview</a> page of the locale section in the administration pages. In the menu on the left under \"localization\" you will see a list of the languages you have configured. Click on the name of the language to start translating. Looking at a page full of all the strings in the site can be a bit overwhelming, so Drupal allows you to limit the strings you are working on. If you want to limit based on translated strings click \"translated strings\", if you want to limit the string based on the untranslated strings click \"untranslated strings\". Both will take you to the same page. Once there enter the string pattern to limit on, choose the language to search for, and the status, weather translated, untranslated or both, finally where you want to look, modules, specific modules, or pages.</p>
<p>At the locale page, users with the proper access rights will see the various texts that need translation on the left column of the table.</p>
- <p>Below the text you can see an example URI where this text shows up one your site. Chances are most of these texts will be used and displayed on more than one page, though only one example URI is presented.</p>
+ <p>Below the text you can see an example URI where this text shows up on your site. Chances are most of these texts will be used and displayed on more than one page, though only one example URI is presented.</p>
<p>The second column displays the supported languages as defined in the configuration file. See below for more information on how to support new languages. If the symbol for a language is seen like <strike>this</strike>, it means that this entry still needs to be translated into that language. If not, it has been translated already.</p>
<p>To add or change a translation click the \"edit locale\" link in the third column, the \"operations\" column. You'll be presented the original text and fields for translation in the supported languages. Enter the translations and confirm by clicking the \"Save translations\" button. The translations need not be accurate; they are for your site so you can choose what to show to your users.</p>
<p>To delete a translation, click the \"delete locale\" link at the overview page and the translation will be immediately deleted without confirmation. Deleting translations is convenient for removing texts that belonged to an obsolete module.</p>