aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 15:26:46 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 15:26:46 +0200
commitf7e94546977f8e38b69bf27515ed2dc0cdc93b86 (patch)
treeba2e88a1a702a383e36dcc20511ac1bd3e1d23ac
parent27fef98a390b7dfb14c25c3ad7da456db670e607 (diff)
downloadvolse-hubzilla-f7e94546977f8e38b69bf27515ed2dc0cdc93b86.tar.gz
volse-hubzilla-f7e94546977f8e38b69bf27515ed2dc0cdc93b86.tar.bz2
volse-hubzilla-f7e94546977f8e38b69bf27515ed2dc0cdc93b86.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 46dcf6dd3..4074663ae 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>Poke App (Not Installed):</b><br>';
+ $o = '<b>' . t('Poke App (Not Installed):') . '</b><br>';
$o .= t('Poke somebody in your addressbook');
return $o;
}