Skip to content

Commit eefc967

Browse files
committed
Pluralisation
1 parent a69daa1 commit eefc967

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/bitmessageqt/address_dialogs.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,11 @@ def _onSuccess(self, addressVersion, streamNumber, ripe):
194194
self.checkBoxDisplayMessagesAlreadyInInventory.setText(
195195
_translate(
196196
"MainWindow",
197-
"Display the %n recent broadcast(s) from this address."
198-
).arg(count))
197+
"Display the %n recent broadcast(s) from this address.",
198+
None,
199+
QtCore.QCoreApplication.CodecForTr,
200+
count
201+
)
199202

200203

201204
class RegenerateAddressesDialog(QtGui.QDialog, RetranslateMixin):

0 commit comments

Comments
 (0)