aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/content_write.html
diff options
context:
space:
mode:
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/content_write.html')
-rw-r--r--ratatoeskr/templates/src/systemtemplates/content_write.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/content_write.html b/ratatoeskr/templates/src/systemtemplates/content_write.html
index f241fd7..782d4ea 100644
--- a/ratatoeskr/templates/src/systemtemplates/content_write.html
+++ b/ratatoeskr/templates/src/systemtemplates/content_write.html
@@ -76,7 +76,7 @@
<ste:get_translation for="save_texts_as_lang" />: <select name="saveaslang">
<ste:set var="default_langsel">?{$editlang|$editlang|$user[lang]}</ste:set>
<ste:foreach array="all_languages" key="code" value="name">
- <option value="$code"?{~{$default_langsel|eq|$code}| selected="selected"|}>($code) $name</option>
+ <option value="$code"?{~{$default_langsel|eq|$code}| selected="selected"|}>$code: $name</option>
</ste:foreach>
</select><br />
<input type="submit" name="save_article" />