added reply type info text. see #372

This commit is contained in:
mic 2025-06-13 18:16:50 +02:00
parent a8dc89f9f5
commit aa337edd07
2 changed files with 5 additions and 0 deletions

View file

@ -315,6 +315,10 @@
"message": "Reply type",
"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": {
"message": "Manage your prompts",
"description": ""

View file

@ -65,6 +65,7 @@
<option value="reply_all">__MSG_prefs_OptionText_reply_all__</option>
<option value="reply_sender">__MSG_prefs_OptionText_reply_sender__</option>
</select>
<br>__MSG_prefs_OptionText_reply_type_info__
</label>
</td>
</tr>