mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Fix singular form of the import_error_dialog string
This commit is contained in:
parent
1c1dee560c
commit
8ca45d2322
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@
|
||||||
<string name="unknown_issuer">Unknown issuer</string>
|
<string name="unknown_issuer">Unknown issuer</string>
|
||||||
<string name="unknown_account_name">Unknown account name</string>
|
<string name="unknown_account_name">Unknown account name</string>
|
||||||
<plurals name="import_error_dialog">
|
<plurals name="import_error_dialog">
|
||||||
<item quantity="one">Aegis could not import %d token. These tokens will be skipped. Press \'details\' to see more information about the errors.</item>
|
<item quantity="one">Aegis could not import %d token. This token will be skipped. Press \'details\' to see more information about the error.</item>
|
||||||
<item quantity="other">Aegis could not import %d tokens. These tokens will be skipped. Press \'details\' to see more information about the errors.</item>
|
<item quantity="other">Aegis could not import %d tokens. These tokens will be skipped. Press \'details\' to see more information about the errors.</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="unable_to_process_deeplink">Unable to process deep link</string>
|
<string name="unable_to_process_deeplink">Unable to process deep link</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue