mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-05 13:36:30 +03:00
Add more info output to /delremind (#173)
_There are times when you want to be sure of what you've destroyed._ Therefore, in this PR I added the output of the text of the deleted reminder along with its position in the list, because you can make a mistake with deleting a reminder and forget about what you needed to be reminded about. --------- Signed-off-by: mctaylors <mctaylxrs@outlook.com>
This commit is contained in:
parent
02707312f5
commit
5b84c8d8d0
5 changed files with 17 additions and 10 deletions
|
@ -477,8 +477,8 @@
|
|||
<data name="ReminderPosition" xml:space="preserve">
|
||||
<value>Позиция в списке: {0}</value>
|
||||
</data>
|
||||
<data name="ReminderWillBeSentOn" xml:space="preserve">
|
||||
<value>Напоминание будет отправлено: {0}</value>
|
||||
<data name="ReminderTime" xml:space="preserve">
|
||||
<value>Время отправки напоминания: {0}</value>
|
||||
</data>
|
||||
<data name="ReminderText" xml:space="preserve">
|
||||
<value>Текст напоминания: {0}</value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue