]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/common/wdcal_configuration.php
Update t() calls
[friendica-addons.git] / dav / common / wdcal_configuration.php
index 337451cb5ece1f6defd19e33ddf6bb02eb646121..dc8a951d6a5e2f034f53476c1e7995524a0ed7c1 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 
+use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
 
 abstract class wdcal_local
@@ -147,7 +148,7 @@ class wdcal_local_us extends wdcal_local {
         * @return string
         */
        static function getName() {
-               return t("U.S. Time Format (mm/dd/YYYY)");
+               return L10n::t("U.S. Time Format (mm/dd/YYYY)");
        }
 
        /**
@@ -242,7 +243,7 @@ class wdcal_local_de extends  wdcal_local {
         * @return string
         */
        static function getName() {
-               return t("German Time Format (dd.mm.YYYY)");
+               return L10n::t("German Time Format (dd.mm.YYYY)");
        }
 
        /**