Pluralisation

This commit is contained in:
Peter Šurda 2018-02-12 13:48:59 +01:00
parent cf8ed36240
commit a69daa13b9
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class NewSubscriptionDialog(AddressDataDialog, RetranslateMixin):
self.checkBoxDisplayMessagesAlreadyInInventory.setText(
_translate(
"MainWindow",
"Display the %1 recent broadcast(s) from this address."
"Display the %n recent broadcast(s) from this address."
).arg(count))