diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-17 11:00:34 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-17 11:00:34 -0800 |
commit | 1274889931925389add1fd52d07d90eb03a70b62 (patch) | |
tree | da9672996d335251d61afa9f918e7f85bb7a43e0 /Zotlabs/Lib/Apps.php | |
parent | 0e8b13841a921bef6492e20e478cf27976384d84 (diff) | |
download | volse-hubzilla-1274889931925389add1fd52d07d90eb03a70b62.tar.gz volse-hubzilla-1274889931925389add1fd52d07d90eb03a70b62.tar.bz2 volse-hubzilla-1274889931925389add1fd52d07d90eb03a70b62.zip |
issue #588, change 'Bug Report' app to 'Report Bug'
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index a646d8a30..a2f253299 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -203,7 +203,7 @@ class Apps { static public function translate_system_apps(&$arr) { $apps = array( 'Site Admin' => t('Site Admin'), - 'Bug Report' => t('Bug Report'), + 'Report Bug' => t('Report Bug'), 'View Bookmarks' => t('View Bookmarks'), 'My Chatrooms' => t('My Chatrooms'), 'Connections' => t('Connections'), |