more app work

This commit is contained in:
friendica
2014-05-21 20:54:09 -07:00
parent e9b006a5eb
commit 751fda9704
6 changed files with 34 additions and 12 deletions

View File

@@ -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')
));
}