]> git.mxchange.org Git - friendica-addons.git/blobdiff - windowsphonepush/windowsphonepush.php
Remove sprintf with translations
[friendica-addons.git] / windowsphonepush / windowsphonepush.php
index bc19033c1009eacc56c27d14e70d1797a631172b..033d2a64a04127844e668a5b654e7b2183f8e2b0 100644 (file)
@@ -87,7 +87,7 @@ function windowsphonepush_settings_post($a, $post)
 
        PConfig::set(local_user(), 'windowsphonepush', 'senditemtext', intval($_POST['windowsphonepush-senditemtext']));
 
-       info(t('WindowsPhonePush settings updated.') . EOL);
+       info(L10n::t('WindowsPhonePush settings updated.') . EOL);
 }
 
 /* Called from the Addon Setting form.