diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 16:01:49 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 16:01:49 +0200 |
commit | e9b60cfb265e5fa2213334c657911eafb8db43fd (patch) | |
tree | e93ff51b914bd960edba75d603aa3563a736c120 /Zotlabs | |
parent | eea9e2c1d0f87d8100b834dc84c2a1ef3ffc7c81 (diff) | |
parent | f7e94546977f8e38b69bf27515ed2dc0cdc93b86 (diff) | |
download | volse-hubzilla-e9b60cfb265e5fa2213334c657911eafb8db43fd.tar.gz volse-hubzilla-e9b60cfb265e5fa2213334c657911eafb8db43fd.tar.bz2 volse-hubzilla-e9b60cfb265e5fa2213334c657911eafb8db43fd.zip |
Merge branch 'patch-15' into 'dev'
Update Poke.php
See merge request Kostikov/core!17
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; } |