X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FAnonymousFave%2FFave_tally.php;h=7a44c2350ded41b77920e92962a12e5d79f05f9b;hb=cc78aca0d2db7c58ee4433d6ecb0a57d54ef5d8a;hp=f48a1e82b313f7cf5e342a650b2f3eb7f423c16e;hpb=e25cb9b57009e6ac0010f20b9f14374d33acff47;p=quix0rs-gnu-social.git diff --git a/plugins/AnonymousFave/Fave_tally.php b/plugins/AnonymousFave/Fave_tally.php index f48a1e82b3..7a44c2350d 100644 --- a/plugins/AnonymousFave/Fave_tally.php +++ b/plugins/AnonymousFave/Fave_tally.php @@ -152,7 +152,7 @@ class Fave_tally extends Memcached_DataObject $msg = sprintf( // TRANS: Server exception. // TRANS: %d is the notice ID (number). - _m("Couldn't update favorite tally for notice ID %d."), + _m("Could not update favorite tally for notice ID %d."), $noticeID ); throw new ServerException($msg); @@ -181,7 +181,7 @@ class Fave_tally extends Memcached_DataObject $msg = sprintf( // TRANS: Server exception. // TRANS: %d is the notice ID (number). - _m("Couldn't update favorite tally for notice ID %d."), + _m("Could not update favorite tally for notice ID %d."), $noticeID ); throw new ServerException($msg); @@ -212,7 +212,7 @@ class Fave_tally extends Memcached_DataObject $msg = sprintf( // TRANS: Server exception. // TRANS: %d is the notice ID (number). - _m("Couldn't create favorite tally for notice ID %d."), + _m("Could not create favorite tally for notice ID %d."), $noticeID ); throw new ServerException($msg);