diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-08-14 06:46:48 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-08-14 06:46:48 -0400 |
commit | cb9ac6dd3435a429a58250d326ff76ca5f97398a (patch) | |
tree | 82bf6f9019fa821b220ea3182e8e41e7f636f16c /include | |
parent | 2e7f4c1870dcd8ce05329b80d97be1269ff2a1a7 (diff) | |
download | volse-hubzilla-cb9ac6dd3435a429a58250d326ff76ca5f97398a.tar.gz volse-hubzilla-cb9ac6dd3435a429a58250d326ff76ca5f97398a.tar.bz2 volse-hubzilla-cb9ac6dd3435a429a58250d326ff76ca5f97398a.zip |
Replace hardcoded button title in javascript to translatable text
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index de917c44e..567336646 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1194,6 +1194,8 @@ function status_editor($a, $x, $popup = false) { '$modalerrorlist' => t('Error getting album list'), '$modalerrorlink' => t('Error getting photo link'), '$modalerroralbum' => t('Error getting album'), + '$nocomment_enabled' => t('Comments enabled'), + '$nocomment_disabled' => t('Comments disabled'), )); $tpl = get_markup_template('jot.tpl'); |