aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-07 16:19:46 -0700
committerFriendika <info@friendika.com>2011-04-07 16:19:46 -0700
commit5d5a94c88a173b95e902afc31a9a2e527b6d3098 (patch)
tree477a70ec09f7ef508fc5361b3cba3ce7ca127b8a /mod/display.php
parent000efa6df0ab2510e56d6ffb9a1c6e9f98ac2fc1 (diff)
downloadvolse-hubzilla-5d5a94c88a173b95e902afc31a9a2e527b6d3098.tar.gz
volse-hubzilla-5d5a94c88a173b95e902afc31a9a2e527b6d3098.tar.bz2
volse-hubzilla-5d5a94c88a173b95e902afc31a9a2e527b6d3098.zip
comment open/close anomolies in non-English languages
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php
index f74137e0e..8224e491b 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -170,6 +170,8 @@ function display_content(&$a) {
'$mylink' => $contact['url'],
'$mytitle' => t('This is you'),
'$myphoto' => $contact['thumb'],
+ '$comment' => t('Comment'),
+ '$submit' => t('Submit'),
'$ww' => ''
));
}