]> git.mxchange.org Git - friendica-addons.git/blobdiff - gnot/gnot.php
Remove sprintf with translations
[friendica-addons.git] / gnot / gnot.php
index ccc2c77a8967fd4657cd91199ad10bc87448ddbe..c7678a2185e8dbc0e08308e633df7d553980f7f6 100644 (file)
@@ -96,5 +96,5 @@ function gnot_enotify_mail(&$a,&$b) {
        if((! $b['uid']) || (! intval(PConfig::get($b['uid'], 'gnot','enable'))))
                return;
        if($b['type'] == NOTIFY_COMMENT)
-               $b['subject'] = sprintf(L10n::t('[Friendica:Notify] Comment to conversation #%d'), $b['parent']);
+               $b['subject'] = L10n::t('[Friendica:Notify] Comment to conversation #%d', $b['parent']);
 }