Update Poke.php

This commit is contained in:
Max Kostikov 2018-09-28 19:49:42 +02:00
parent 23d5e15f0f
commit 01043fa790

View File

@ -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;
}