aboutsummaryrefslogtreecommitdiffstats
path: root/mod/admin.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-23 23:17:26 -0800
committerfriendica <info@friendica.com>2011-11-23 23:17:26 -0800
commitb795ce4fe7c952600ed3520d6822006a2190d4f8 (patch)
tree0c0173b3e05598bbc6cbbb9281f02ad923d37fa3 /mod/admin.php
parentfe0c039d487962359ac995eb5ec555c3a111ad1c (diff)
downloadvolse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.gz
volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.bz2
volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.zip
little stuff - name change, live updates, new network types
Diffstat (limited to 'mod/admin.php')
-rw-r--r--mod/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/admin.php b/mod/admin.php
index c4bb70056..8ca89900c 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -146,7 +146,7 @@ function admin_page_summary(&$a) {
'$users' => Array( t('Registered users'), $users),
'$accounts' => $accounts,
'$pending' => Array( t('Pending registrations'), $pending),
- '$version' => Array( t('Version'), FRIENDIKA_VERSION),
+ '$version' => Array( t('Version'), FRIENDICA_VERSION),
'$build' => get_config('system','build'),
'$plugins' => Array( t('Active plugins'), $a->plugins )
));
@@ -700,7 +700,7 @@ function admin_page_remoteupdate(&$a) {
'$baseurl' => $a->get_baseurl(),
'$submit' => t("Update now"),
'$close' => t("Close"),
- '$localversion' => FRIENDIKA_VERSION,
+ '$localversion' => FRIENDICA_VERSION,
'$remoteversion' => $u[1],
'$needupdate' => $needupdate,
'$canwrite' => $canwrite,