diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 19:49:42 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 19:49:42 +0200 |
commit | 01043fa790116a89619c0a0fe9c12bd566db8cc7 (patch) | |
tree | 4da11ef330134205339336148fa5bdcfcf43a76b /Zotlabs | |
parent | 23d5e15f0f9d3502f6c5c4163f93de5c9618cda1 (diff) | |
download | volse-hubzilla-01043fa790116a89619c0a0fe9c12bd566db8cc7.tar.gz volse-hubzilla-01043fa790116a89619c0a0fe9c12bd566db8cc7.tar.bz2 volse-hubzilla-01043fa790116a89619c0a0fe9c12bd566db8cc7.zip |
Update Poke.php
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Poke.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Poke.php b/Zotlabs/Module/Poke.php index 4074663ae..1f1edfa18 100644 --- a/Zotlabs/Module/Poke.php +++ b/Zotlabs/Module/Poke.php @@ -162,7 +162,7 @@ class Poke extends Controller { //Do not display any associated widgets at this point App::$pdl = ''; - $o = '<b>' . t('Poke App (Not Installed):') . '</b><br>'; + $o = '<b>' . t('Poke App') . ' (' . t('Not Installed') . '):</b><br>'; $o .= t('Poke somebody in your addressbook'); return $o; } |