diff options
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/widgets.php b/include/widgets.php index 37a079bc7..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') + '$new' => t('Create Personal App'), + '$edit' => t('Edit Personal App') )); } |