diff options
author | friendica <info@friendica.com> | 2014-05-21 20:54:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-21 20:54:09 -0700 |
commit | 751fda97045ad4e399e9a01cc14d8eb058b361a8 (patch) | |
tree | 02f0066e82d006fa9959e7742d520bebf6f25e89 /include/widgets.php | |
parent | e9b006a5eba1672258568ece39499d2488bd95eb (diff) | |
download | volse-hubzilla-751fda97045ad4e399e9a01cc14d8eb058b361a8.tar.gz volse-hubzilla-751fda97045ad4e399e9a01cc14d8eb058b361a8.tar.bz2 volse-hubzilla-751fda97045ad4e399e9a01cc14d8eb058b361a8.zip |
more app work
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/widgets.php b/include/widgets.php index 8cd2287a7..1043acce0 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -76,11 +76,11 @@ function widget_collections($args) { function widget_appselect($arr) { return replace_macros(get_markup_template('app_select.tpl'),array( - '$title' => t('App Category'), + '$title' => t('Apps'), '$system' => t('System'), - '$personal' => t('Personal') -// '$featured' => t('Featured'), -// '$new' => t('New') + '$personal' => t('Personal'), + '$new' => t('Create Personal App'), + '$edit' => t('Edit Personal App') )); } |