diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-14 18:03:05 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-14 18:03:05 -0700 |
commit | 0563ce93a1ba3df8e5282e047603b21bb190c43f (patch) | |
tree | 27b782de30ec4b1aecb48f106925180173428d2b /include/apps.php | |
parent | c8e3ea955d21f764d7cc930bde207604beae3c9f (diff) | |
download | volse-hubzilla-0563ce93a1ba3df8e5282e047603b21bb190c43f.tar.gz volse-hubzilla-0563ce93a1ba3df8e5282e047603b21bb190c43f.tar.bz2 volse-hubzilla-0563ce93a1ba3df8e5282e047603b21bb190c43f.zip |
change name of matrix app
Diffstat (limited to 'include/apps.php')
-rw-r--r-- | include/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apps.php b/include/apps.php index 661fc2163..c036867b1 100644 --- a/include/apps.php +++ b/include/apps.php @@ -130,7 +130,7 @@ function translate_system_apps(&$arr) { 'Address Book' => t('Address Book'), 'Login' => t('Login'), 'Channel Manager' => t('Channel Manager'), - 'Matrix' => t('Matrix'), + 'Grid' => t('Grid'), 'Settings' => t('Settings'), 'Files' => t('Files'), 'Webpages' => t('Webpages'), |