]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/profilesettings.php
Show blocked users from group in section
[quix0rs-gnu-social.git] / actions / profilesettings.php
index f380fe4d6dec275b476bd4b3879e8906972515e9..667fea2cf48d3ca29df237aab75bc77f5caaa548 100644 (file)
@@ -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;
                     }