From 2fdc13e91d3b0ccd514a13fd7f475f045656b23f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 20:20:20 -0700 Subject: some sidebar content (doesn't yet do anything) --- mod/apps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/apps.php b/mod/apps.php index 51d610703..3d06abd49 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -14,7 +14,7 @@ function apps_content(&$a) { return replace_macros(get_markup_template('apps.tpl'), array( - '$title' => t('Applications'), + '$title' => t('Apps'), '$apps' => $apps, )); -- cgit v1.2.3