Skip to content

Commit

Permalink
better explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHeim committed Sep 29, 2014
1 parent 4c0aab6 commit acb9f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/en/topictags_acp.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
'TOPICTAGS_PRUNE_FORUMS_CONFIRM' => 'This will REMOVE all tags from all those threads which reside in a forum with tagging disabled.',

'TOPICTAGS_PRUNE_INVALID_TAGS' => 'Prune invalid tags',
'TOPICTAGS_PRUNE_INVALID_TAGS_EXP' => 'This will DELETE all tags (and their assignments) that are not valid anymore. This is only required if you changed the regex and want to get rid of the invalid tags. Note that invalid tags are not searchable, but are still displayed in the topics.',
'TOPICTAGS_PRUNE_INVALID_TAGS_EXP' => 'This will DELETE all tags (and their assignments) that are not valid anymore. This is only required if you changed the regex and want to get rid of the invalid tags.',
'TOPICTAGS_PRUNE_INVALID_TAGS_CONFIRM' => 'This will REMOVE all tags that are not conform with the configured regex and can delete a lot of your stuff, if you are not careful!',

'TOPICTAGS_ALLOWED_TAGS_REGEX' => 'Regular Expression for allowed tags',
'TOPICTAGS_ALLOWED_TAGS_REGEX_EXP' => 'WARNING: Do not change this, if you don\'t know what you are doing. <strong>Tags can be 30 characters at maximum</strong>, please consider this during regex design.<br/>Furthermore, you should manually prune the tags (see maintenance-section) after changing the regex, if you want to delete all invalid tags.<br/>default: /^[a-z0-9]{3,30}$/i',
'TOPICTAGS_ALLOWED_TAGS_REGEX_EXP' => 'WARNING: Do not change this, if you don\'t know what you are doing. <strong>Tags can be 30 characters at maximum</strong>, please consider this during regex design.<br/>Note that afterwards invalid tags are not searchable, but are still displayed in the topics.<br/>Consider pruning the invalid tags (see maintenance-section).<br/>default: /^[a-z0-9]{3,30}$/i',
'TOPICTAGS_ALLOWED_TAGS_EXP_FOR_USERS' => 'Explanation for Users',
'TOPICTAGS_ALLOWED_TAGS_EXP_FOR_USERS_EXP' => 'This text is shown to the users and should explain which tags are allowed and which not.<br/>default: 0-9, a-z, A-Z, min: 3, max: 30',

Expand Down

0 comments on commit acb9f6b

Please sign in to comment.