Skip to content
Snippets Groups Projects
Commit 927690b4 authored by M5oul's avatar M5oul
Browse files

Fix typo

* -> ×
parent f14da1e6
No related branches found
No related tags found
No related merge requests found
...@@ -146,9 +146,9 @@ class InformationsTabWidget(QWidget, Ui_InformationsTabWidget): ...@@ -146,9 +146,9 @@ class InformationsTabWidget(QWidget, Ui_InformationsTabWidget):
""").format( """).format(
self.tr('{:2.0%} / {:} days').format(params['c'], params['dt'] / 86400), self.tr('{:2.0%} / {:} days').format(params['c'], params['dt'] / 86400),
self.tr('Fundamental growth (c) / Delta time (dt)'), self.tr('Fundamental growth (c) / Delta time (dt)'),
self.tr('UD(t+1) = MAX { UD(t) ; c * M(t) / N(t+1) }'), self.tr('UD(t+1) = MAX { UD(t) ; c × M(t) / N(t+1) }'),
self.tr('Universal Dividend (formula)'), self.tr('Universal Dividend (formula)'),
self.tr('{:} = MAX {{ {:} {:} ; {:2.0%} * {:} {:} / {:} }}').format( self.tr('{:} = MAX {{ {:} {:} ; {:2.0%} × {:} {:} / {:} }}').format(
localized_ud_t1, localized_ud_t1,
localized_ud, localized_ud,
self.get_referential_name(), self.get_referential_name(),
......
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