Skip to content

Commit

Permalink
strings: fix typo in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jan 2, 2025
1 parent 9808020 commit d3ee682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<string name="error_address_exists">Address exists</string>
<string name="error_address_invalid">Address invalid</string>
<string name="error_address_multicast_not_supported">Multicast address not supported</string>
<string name="explain_need_for_overlay_permission">Meshenger needs to display over other apps to bring incoming calls to the foreground. Please ask and granted this permission now.</string>
<string name="explain_need_for_overlay_permission">Meshenger needs to display over other apps to bring incoming calls to the foreground. Please ask and grant this permission now.</string>
<string name="failed_to_export_database">Failed to export database</string>
<string name="import_dialog">Import new settings and add %1$d contacts and %2$d events?</string>
<string name="invalid_name">Invalid Name</string>
Expand Down

0 comments on commit d3ee682

Please sign in to comment.