aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-03 20:37:05 -0700
committerredmatrix <git@macgirvin.com>2016-05-03 20:37:05 -0700
commit191298ec93968c8c5804c021d320c536dac32c12 (patch)
treed1d8dff651f96f2174972bd1cf3080d6b8f16db2 /include/widgets.php
parent45c7a03a0d3e534ee121a632fc279c353015b876 (diff)
downloadvolse-hubzilla-191298ec93968c8c5804c021d320c536dac32c12.tar.gz
volse-hubzilla-191298ec93968c8c5804c021d320c536dac32c12.tar.bz2
volse-hubzilla-191298ec93968c8c5804c021d320c536dac32c12.zip
more background work for app management - give every member a copy of all the system apps so that they can edit and delete them to taste/preference. This needs further work to pick up changes in system apps (additions, edits, deletions, etc.). Currently this is done once and never attempted again.
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widgets.php b/include/widgets.php
index fa92901ae..1b9d3c07a 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -103,8 +103,8 @@ function widget_appselect($arr) {
'$system' => t('System'),
'$authed' => ((local_channel()) ? true : false),
'$personal' => t('Personal'),
- '$new' => t('Create Personal App'),
- '$edit' => t('Edit Personal App')
+ '$new' => t('New App'),
+ '$edit' => t('Edit App')
));
}