Pluralisation
This commit is contained in:
parent
a69daa13b9
commit
eefc967737
|
@ -194,8 +194,11 @@ class NewSubscriptionDialog(AddressDataDialog, RetranslateMixin):
|
||||||
self.checkBoxDisplayMessagesAlreadyInInventory.setText(
|
self.checkBoxDisplayMessagesAlreadyInInventory.setText(
|
||||||
_translate(
|
_translate(
|
||||||
"MainWindow",
|
"MainWindow",
|
||||||
"Display the %n recent broadcast(s) from this address."
|
"Display the %n recent broadcast(s) from this address.",
|
||||||
).arg(count))
|
None,
|
||||||
|
QtCore.QCoreApplication.CodecForTr,
|
||||||
|
count
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class RegenerateAddressesDialog(QtGui.QDialog, RetranslateMixin):
|
class RegenerateAddressesDialog(QtGui.QDialog, RetranslateMixin):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user