mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/12732] Improve ALPHA_PUNCTUATION description
PHPBB3-12732
This commit is contained in:
parent
da4b1d25a1
commit
9d3f437149
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ $lang = array_merge($lang, array(
|
||||||
'ALPHA_ONLY' => 'Alphanumeric only',
|
'ALPHA_ONLY' => 'Alphanumeric only',
|
||||||
'ALPHA_SPACERS' => 'Alphanumeric and spacers',
|
'ALPHA_SPACERS' => 'Alphanumeric and spacers',
|
||||||
'ALPHA_UNDERSCORE' => 'Alphanumeric and underscores',
|
'ALPHA_UNDERSCORE' => 'Alphanumeric and underscores',
|
||||||
'ALPHA_PUNCTUATION' => 'Alphanumeric with comma, dots and dashes',
|
'ALPHA_PUNCTUATION' => 'Alphanumeric with comma, dots, underscore and dashes beginning with a letter',
|
||||||
'ALWAYS_TODAY' => 'Always the current date',
|
'ALWAYS_TODAY' => 'Always the current date',
|
||||||
|
|
||||||
'BOOL_ENTRIES_EXPLAIN' => 'Enter your options now',
|
'BOOL_ENTRIES_EXPLAIN' => 'Enter your options now',
|
||||||
|
|
Loading…
Add table
Reference in a new issue