summaryrefslogtreecommitdiff
path: root/actions/licenseadminpanel.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-01 14:44:37 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-01 16:49:35 +0100
commit6ab34fd8e8632e265d9e329a59272203be5169f7 (patch)
tree0cd7c22a0d2066f4436be21d50d211959af9e48d /actions/licenseadminpanel.php
parent5c6732c4bbe18aa05b0563d8c8b673c694dada91 (diff)
* i18n/L10n updates.
* translator documentation added. * superfluous whitespace removed.
Diffstat (limited to 'actions/licenseadminpanel.php')
-rw-r--r--actions/licenseadminpanel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/licenseadminpanel.php b/actions/licenseadminpanel.php
index 9165ca19d..95ac48cc8 100644
--- a/actions/licenseadminpanel.php
+++ b/actions/licenseadminpanel.php
@@ -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.')
);
}