diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-08-14 06:55:02 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-08-14 06:55:02 -0400 |
commit | 229cc2ac431cdcef80cc45a42178fe7a1e4233e4 (patch) | |
tree | b8dcbcf927403aef3f8a55a963478dd6e80e903d /include | |
parent | cb9ac6dd3435a429a58250d326ff76ca5f97398a (diff) | |
download | volse-hubzilla-229cc2ac431cdcef80cc45a42178fe7a1e4233e4.tar.gz volse-hubzilla-229cc2ac431cdcef80cc45a42178fe7a1e4233e4.tar.bz2 volse-hubzilla-229cc2ac431cdcef80cc45a42178fe7a1e4233e4.zip |
Change text for submenu on small screens to be static toggle statement
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index 567336646..7d1473fe2 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1246,6 +1246,7 @@ function status_editor($a, $x, $popup = false) { '$feature_voting' => $feature_voting, '$consensus' => 0, '$nocommenttitle' => t('Disable comments'), + '$nocommenttitlesub' => t('Toggle comments'), '$feature_nocomment' => $feature_nocomment, '$nocomment' => 0, '$clearloc' => $clearloc, |