summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-12-16 07:43:49 +0100
committerAndrew Dolgov <[email protected]>2008-12-16 07:43:49 +0100
commite0142e27ec9d24fca008cf2c7a8a307d90e166e5 (patch)
tree5cdc6ca472f1c4db279cd5af3e0418cae4d4c5d0 /modules
parent1b74062fc554dcd51a680e30c5f9fbd4b4332225 (diff)
mobile: add some translations
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 1acc58114..350d6d15d 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1415,7 +1415,7 @@
$url_path = article_publish_url($link);
- print "<p><a class=\"visibleLinkB\" id=\"pubGenAddress\" target=\"_blank\" href=\"$url_path\">Link to published articles feed.</a></p>";
+ print "<p><a class=\"visibleLinkB\" id=\"pubGenAddress\" target=\"_blank\" href=\"$url_path\">".__("Link to published articles feed.")."</a></p>";
print "<p><input type=\"submit\" onclick=\"return pubRegenKey()\" class=\"button\"
value=\"".__('Generate another link')."\">";