diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-21 23:16:05 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-21 23:16:05 -0800 |
commit | 956f0043fc73c290d9154ab06337b995ddfd1a1c (patch) | |
tree | cacd54cc745875c934683fa6a145ac09d006e823 /include/nav.php | |
parent | 70cdbe48164be76ed8aec54164dd47b1979d5b06 (diff) | |
download | volse-hubzilla-956f0043fc73c290d9154ab06337b995ddfd1a1c.tar.gz volse-hubzilla-956f0043fc73c290d9154ab06337b995ddfd1a1c.tar.bz2 volse-hubzilla-956f0043fc73c290d9154ab06337b995ddfd1a1c.zip |
change text back to 'add apps'
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 808549444..144509cd0 100644 --- a/include/nav.php +++ b/include/nav.php @@ -297,7 +297,7 @@ EOT; '$help' => t('@name, #tag, ?doc, content'), '$pleasewait' => t('Please wait...'), '$navapps' => $navapps, - '$editapps' => t('Manage Apps') + '$addapps' => t('Add Apps') )); if(x($_SESSION, 'reload_avatar') && $observer) { |