diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 19:46:04 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 19:46:04 +0200 |
commit | c6fce5de24df96cb8048543fb6b8a6907ecaa610 (patch) | |
tree | 3a35af226c3b166e18b0df3f760c8258407029f2 | |
parent | 5c8e1169cd3be8c569bf54c58a6a4f473dd6b6f3 (diff) | |
download | volse-hubzilla-c6fce5de24df96cb8048543fb6b8a6907ecaa610.tar.gz volse-hubzilla-c6fce5de24df96cb8048543fb6b8a6907ecaa610.tar.bz2 volse-hubzilla-c6fce5de24df96cb8048543fb6b8a6907ecaa610.zip |
Update Cdav.php
-rw-r--r-- | Zotlabs/Module/Cdav.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Cdav.php b/Zotlabs/Module/Cdav.php index 860864e99..d644e48b1 100644 --- a/Zotlabs/Module/Cdav.php +++ b/Zotlabs/Module/Cdav.php @@ -836,7 +836,7 @@ class Cdav extends Controller { //Do not display any associated widgets at this point App::$pdl = ''; - $o = '<b>' . t('CalDAV App (Not Installed):') . '</b><br>'; + $o = '<b>' . t('CalDAV App') . ' (' . t('Not Installed') . '):</b><br>'; $o .= t('CalDAV capable calendar'); return $o; } @@ -845,7 +845,7 @@ class Cdav extends Controller { //Do not display any associated widgets at this point App::$pdl = ''; - $o = '<b>' . t('CardDAV App (Not Installed):') . '</b><br>'; + $o = '<b>' . t('CardDAV App') . ' (' . t('Not Installed') . '):</b><br>'; $o .= t('CalDAV capable addressbook'); return $o; } |