Pluralisation

This commit is contained in:
Peter Šurda 2018-02-12 14:10:51 +01:00
parent a69daa13b9
commit eefc967737
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 5 additions and 2 deletions

View File

@ -194,8 +194,11 @@ class NewSubscriptionDialog(AddressDataDialog, RetranslateMixin):
self.checkBoxDisplayMessagesAlreadyInInventory.setText(
_translate(
"MainWindow",
"Display the %n recent broadcast(s) from this address."
).arg(count))
"Display the %n recent broadcast(s) from this address.",
None,
QtCore.QCoreApplication.CodecForTr,
count
)
class RegenerateAddressesDialog(QtGui.QDialog, RetranslateMixin):