diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 15:26:46 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 15:26:46 +0200 |
commit | f7e94546977f8e38b69bf27515ed2dc0cdc93b86 (patch) | |
tree | ba2e88a1a702a383e36dcc20511ac1bd3e1d23ac /Zotlabs | |
parent | 27fef98a390b7dfb14c25c3ad7da456db670e607 (diff) | |
download | volse-hubzilla-f7e94546977f8e38b69bf27515ed2dc0cdc93b86.tar.gz volse-hubzilla-f7e94546977f8e38b69bf27515ed2dc0cdc93b86.tar.bz2 volse-hubzilla-f7e94546977f8e38b69bf27515ed2dc0cdc93b86.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 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; } |