aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 19:45:11 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 19:45:11 +0200
commit5c8e1169cd3be8c569bf54c58a6a4f473dd6b6f3 (patch)
tree1f6b50d9227c8f17b06682149df07b4a2d8e8f12 /Zotlabs
parentc0a485083dd32e51a46af90113b812d5de8ca738 (diff)
downloadvolse-hubzilla-5c8e1169cd3be8c569bf54c58a6a4f473dd6b6f3.tar.gz
volse-hubzilla-5c8e1169cd3be8c569bf54c58a6a4f473dd6b6f3.tar.bz2
volse-hubzilla-5c8e1169cd3be8c569bf54c58a6a4f473dd6b6f3.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 8aca60e57..3656860a5 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>' . t('Cards App (Not Installed):') . '</b><br>';
+ $o = '<b>' . t('Cards App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Create personal planning cards');
return $o;
}