Show resultCode for unknown failures

This commit is contained in:
Naveen 2022-12-31 20:22:10 +05:30
parent e58a2c0f7c
commit ceeba0d48f
47 changed files with 47 additions and 47 deletions

View file

@ -95,7 +95,7 @@
<string name="error_radio_turned_off">Couldn\'t send message, radio turned off</string>
<string name="carrier_send_error">Can\'t send message with %1$s, error %2$d</string>
<string name="carrier_send_error_unknown_carrier">Can\'t send message with unknown operator, error %1$d</string>
<string name="unknown_error_occurred_sending_message">Unknown error occurred while sending message</string>
<string name="unknown_error_occurred_sending_message">Couldn\'t send message, error code: %1$d</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>