mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
Remove sprintf with translations
don't use sprintf with translation functions
This commit is contained in:
parent
a43901ba07
commit
b191d5716c
15 changed files with 36 additions and 35 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue