summaryrefslogtreecommitdiff
path: root/templates/import_languages.tpl
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-12-05 00:44:41 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-12-05 00:44:41 +0000
commit970e3f6778cdeb04ef9a8fcc446267d420f0c4c6 (patch)
tree2efa7cecba028e16702a992604fe045b02f4d962 /templates/import_languages.tpl
parent8065682575c00b09e6e0ff35572fbd2fce0982ae (diff)
downloadlanguages-970e3f6778cdeb04ef9a8fcc446267d420f0c4c6.tar.gz
languages-970e3f6778cdeb04ef9a8fcc446267d420f0c4c6.tar.bz2
languages-970e3f6778cdeb04ef9a8fcc446267d420f0c4c6.zip
wording
Diffstat (limited to 'templates/import_languages.tpl')
-rw-r--r--templates/import_languages.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/import_languages.tpl b/templates/import_languages.tpl
index 7df31d0..6679506 100644
--- a/templates/import_languages.tpl
+++ b/templates/import_languages.tpl
@@ -68,7 +68,7 @@
{jstab title="Export Languages"}
{form legend="Export language"}
<div class="row">
- {formlabel label="Select the language to Export" for="exp_lang"}
+ {formlabel label="Language to export" for="exp_lang"}
{forminput}
<select name="export_lang_code" id="export_lang_code">
{foreach from=$expLanguages key=langCode item=lang}
@@ -81,10 +81,10 @@
{if $gBitSystem->isFeatureActive( 'i18n_track_translation_usage' )}
<div class="row">
- {formlabel label="Export All Translations" for="all_trans"}
+ {formlabel label="All translations" for="all_trans"}
{forminput}
<input type="checkbox" name="all_trans" id="all_trans" checked="checked" value="y" />
- {formhelp note="This will export strings for all versions of bitweaver. It is generally a good idea to export these."}
+ {formhelp note="This will export all strings of the chosen language for all versions of bitweaver. It is generally a good idea to export these."}
{/forminput}
</div>
{else}