aboutsummaryrefslogtreecommitdiffstats
path: root/mod/apps.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-15 20:20:20 -0700
committerfriendica <info@friendica.com>2014-05-15 20:20:20 -0700
commit2fdc13e91d3b0ccd514a13fd7f475f045656b23f (patch)
tree5e5c3d46d1262990d48fa67cb2f037c9f33e464f /mod/apps.php
parent2dee303d92e4dc5d176483b2af3791b7c5f546cb (diff)
downloadvolse-hubzilla-2fdc13e91d3b0ccd514a13fd7f475f045656b23f.tar.gz
volse-hubzilla-2fdc13e91d3b0ccd514a13fd7f475f045656b23f.tar.bz2
volse-hubzilla-2fdc13e91d3b0ccd514a13fd7f475f045656b23f.zip
some sidebar content (doesn't yet do anything)
Diffstat (limited to 'mod/apps.php')
-rw-r--r--mod/apps.php2
1 files changed, 1 insertions, 1 deletions
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,
));