X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fprofilesettings.php;h=667fea2cf48d3ca29df237aab75bc77f5caaa548;hb=7150c54a3f437043eac95d57ac9fc0672adef564;hp=f380fe4d6dec275b476bd4b3879e8906972515e9;hpb=f47027abbefe35d17df50c67eec7cd1156a5e39a;p=quix0rs-gnu-social.git diff --git a/actions/profilesettings.php b/actions/profilesettings.php index f380fe4d6d..667fea2cf4 100644 --- a/actions/profilesettings.php +++ b/actions/profilesettings.php @@ -311,7 +311,7 @@ class ProfilesettingsAction extends SettingsAction if (!common_valid_profile_tag($tag)) { // TRANS: Validation error in form for profile settings. // TRANS: %s is an invalid tag. - $this->showForm(sprintf(_('Invalid tag: "%s"'), $tag)); + $this->showForm(sprintf(_('Invalid tag: "%s".'), $tag)); return; }