Skip to content
Snippets Groups Projects
Commit 2d4371cf authored by inso's avatar inso
Browse files

French translation of new chains

parent 8d893615
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -182,7 +182,7 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
label_text += " - {0}".format(status_infotext)
if self.app.preferences['expert_mode']:
label_text += " - Median fork window : {0}".format(self.community.network.fork_window(self.community.members_pubkeys()))
label_text += self.tr(" - Median fork window : {0}").format(self.community.network.fork_window(self.community.members_pubkeys()))
self.status_label.setText(label_text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment