aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 19:49:42 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 19:49:42 +0200
commit01043fa790116a89619c0a0fe9c12bd566db8cc7 (patch)
tree4da11ef330134205339336148fa5bdcfcf43a76b
parent23d5e15f0f9d3502f6c5c4163f93de5c9618cda1 (diff)
downloadvolse-hubzilla-01043fa790116a89619c0a0fe9c12bd566db8cc7.tar.gz
volse-hubzilla-01043fa790116a89619c0a0fe9c12bd566db8cc7.tar.bz2
volse-hubzilla-01043fa790116a89619c0a0fe9c12bd566db8cc7.zip
Update Poke.php
-rw-r--r--Zotlabs/Module/Poke.php2
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;
}