aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cdav.php
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-09-28 21:34:15 +0200
committerM. Dent <dentm42@gmail.com>2018-09-28 21:34:15 +0200
commit2904e58a9fea6441202d1f9f7a3304a2d2b1429c (patch)
treee8abdb848f72419bead929555d59035c64b5acfc /Zotlabs/Module/Cdav.php
parent27fef98a390b7dfb14c25c3ad7da456db670e607 (diff)
parentc45a9504e7c4fe8add92276deecb1866c2a388bf (diff)
downloadvolse-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/Cdav.php')
-rw-r--r--Zotlabs/Module/Cdav.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Cdav.php b/Zotlabs/Module/Cdav.php
index 7142615d5..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>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>CardDAV App (Not Installed):</b><br>';
+ $o = '<b>' . t('CardDAV App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('CalDAV capable addressbook');
return $o;
}