Try to add decent error msg (doesnt work yet)

This commit is contained in:
Hocuri
2020-06-05 23:00:01 +02:00
parent f02c17cae4
commit 3757e5dca1
4 changed files with 77 additions and 16 deletions

View File

@@ -182,6 +182,9 @@ pub enum StockMessage {
#[strum(props(fallback = "Message from %1$s"))]
SubjectForNewContact = 73,
#[strum(props(fallback = "Failed to send message to %1$s. See 'info' for more details."))]
FailedSendingTo = 74,
}
/*