]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/licenseadminpanel.php
Merge remote branch 'origin/moveaccount' into moveaccount
[quix0rs-gnu-social.git] / actions / licenseadminpanel.php
index 9165ca19d9595f8cda5d93bffb3badedf194759a..95ac48cc8f3d489e3204d9087943182e38e815c0 100644 (file)
@@ -153,7 +153,7 @@ class LicenseadminpanelAction extends AdminPanelAction
         // Make sure the license title is not too long
         if (mb_strlen($values['license']['type']) > 255) {
             $this->clientError(
-                _("Invalid license title. Max length is 255 characters.")
+                _('Invalid license title. Maximum length is 255 characters.')
             );
         }