diff options
author | M. Dent <dentm42@gmail.com> | 2018-09-28 21:34:15 +0200 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-09-28 21:34:15 +0200 |
commit | 2904e58a9fea6441202d1f9f7a3304a2d2b1429c (patch) | |
tree | e8abdb848f72419bead929555d59035c64b5acfc /Zotlabs/Module/Poke.php | |
parent | 27fef98a390b7dfb14c25c3ad7da456db670e607 (diff) | |
parent | c45a9504e7c4fe8add92276deecb1866c2a388bf (diff) | |
download | volse-hubzilla-2904e58a9fea6441202d1f9f7a3304a2d2b1429c.tar.gz volse-hubzilla-2904e58a9fea6441202d1f9f7a3304a2d2b1429c.tar.bz2 volse-hubzilla-2904e58a9fea6441202d1f9f7a3304a2d2b1429c.zip |
Merge translations for non-installed apps message
See merge request hubzilla/core!1296
Diffstat (limited to 'Zotlabs/Module/Poke.php')
-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..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>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; } |