aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 15:30:30 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 15:30:30 +0200
commit134529a09d1894280f33241355e385b9eddb95f0 (patch)
tree1ee384c13bf443ceca8c1a60c4acc2c79bf2bb0a /Zotlabs
parent27fef98a390b7dfb14c25c3ad7da456db670e607 (diff)
downloadvolse-hubzilla-134529a09d1894280f33241355e385b9eddb95f0.tar.gz
volse-hubzilla-134529a09d1894280f33241355e385b9eddb95f0.tar.bz2
volse-hubzilla-134529a09d1894280f33241355e385b9eddb95f0.zip
Update Cards.php
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Cards.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Cards.php b/Zotlabs/Module/Cards.php
index 78cbad5fd..8aca60e57 100644
--- a/Zotlabs/Module/Cards.php
+++ b/Zotlabs/Module/Cards.php
@@ -43,7 +43,7 @@ class Cards extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
- $o = '<b>Cards App (Not Installed):</b><br>';
+ $o = '<b>' . t('Cards App (Not Installed):') . '</b><br>';
$o .= t('Create personal planning cards');
return $o;
}