text improved. see #289
This commit is contained in:
parent
64b8b82633
commit
6b0543b154
2 changed files with 3 additions and 3 deletions
|
|
@ -1132,11 +1132,11 @@
|
|||
"description": ""
|
||||
},
|
||||
"prefs_OptionText_add_tags_auto_uselist_Info": {
|
||||
"message": "If checked, the AI will add only tags from the list below. The list must contain comma separated list of allowed tags.",
|
||||
"message": "If checked, the AI will add only tags from the list below.",
|
||||
"description": ""
|
||||
},
|
||||
"prefs_OptionText_add_tags_auto_uselist_list_Info": {
|
||||
"message": "The list must contain at least one tag. The tags must be separated by a comma.",
|
||||
"message": "The list must contain at least one tag. Add a tag per line, or separated by a comma.",
|
||||
"description": ""
|
||||
},
|
||||
"prompt_add_tags_use_list": {
|
||||
|
|
|
|||
|
|
@ -83,8 +83,8 @@
|
|||
<label>
|
||||
<input type="checkbox" id="add_tags_auto_uselist" name="add_tags_auto_uselist" class="option-input" />
|
||||
__MSG_prefs_OptionText_add_tags_auto_uselist_Info__
|
||||
<br/><textarea id="add_tags_auto_uselist_list" class="option-input" rows="7"></textarea>
|
||||
<br/><span class="infoline">__MSG_prefs_OptionText_add_tags_auto_uselist_list_Info__</span>
|
||||
<br/><textarea id="add_tags_auto_uselist_list" class="option-input" rows="7"></textarea>
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue