added reply type info text. see #372
This commit is contained in:
parent
a8dc89f9f5
commit
aa337edd07
2 changed files with 5 additions and 0 deletions
|
|
@ -315,6 +315,10 @@
|
||||||
"message": "Reply type",
|
"message": "Reply type",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
"prefs_OptionText_reply_type_Info": {
|
||||||
|
"message": "This is the default reply type that will be used when replying to an email. You can choose the other later in the reply dialog.",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
"prefs_OptionText_btnManagePrompts": {
|
"prefs_OptionText_btnManagePrompts": {
|
||||||
"message": "Manage your prompts",
|
"message": "Manage your prompts",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,7 @@
|
||||||
<option value="reply_all">__MSG_prefs_OptionText_reply_all__</option>
|
<option value="reply_all">__MSG_prefs_OptionText_reply_all__</option>
|
||||||
<option value="reply_sender">__MSG_prefs_OptionText_reply_sender__</option>
|
<option value="reply_sender">__MSG_prefs_OptionText_reply_sender__</option>
|
||||||
</select>
|
</select>
|
||||||
|
<br>__MSG_prefs_OptionText_reply_type_info__
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue