diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-06-28 02:16:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-06-28 02:16:03 +0000 |
commit | 12af0a00794d4624c4804eeef74fd207f474b002 (patch) | |
tree | 53aa23bc197f399f7d6069766630af02e213cdf2 /language/en_UK.iso-8859-1 | |
parent | 009970bb9250bd72936beb000d1a578897287153 (diff) |
feature 713: allow permalinks to contain the slash ("/") character
git-svn-id: http://piwigo.org/svn/trunk@2047 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 1b026ae72..d73c92c5e 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -148,7 +148,7 @@ $lang['Parent category'] = 'Parent category'; $lang['Path'] = 'Path'; $lang['Permalink'] = 'Permalink'; $lang['Permalink_%s_histo_used_by_%s'] = 'Permalink %s has been previously used by category %s. Delete from the permalink history first'; -$lang['Permalink_name_rule'] = 'The permalink name must be composed of a-z, A-Z, 0-9, "-" or "_". It must not be numeric or start with number followed by "-"'; +$lang['Permalink_name_rule'] = 'The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It must not be numeric or start with number followed by "-"'; $lang['Permalink %s is already used by category %s'] = 'Permalink %s is already used by category %s'; $lang['Permalink history'] = 'Permalink history'; $lang['Permalinks'] = 'Permalinks'; |