Skip to content
Snippets Groups Projects
Commit 09e0bca1 authored by Vincent Texier's avatar Vincent Texier
Browse files

Fix typos in parameters tab

parent fcf23c37
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class InformationsTabWidget(QWidget, Ui_InformationsTabWidget):
'Monetary Mass per member M(t)/N(t) in currency units',
block['dividend'] / (block['monetaryMass'] - (block['membersCount'] * block['dividend'])) / block[
'membersCount'],
'Actual % Growth (UD(t) / (M(t-1)/Nt))'
'Actual % Growth c = UD(t)/[M(t-1)/N(t)]'
)
)
......@@ -80,7 +80,7 @@ class InformationsTabWidget(QWidget, Ui_InformationsTabWidget):
</table>
""".format(
params['c'],
'Growth (c)',
'Growth parameter c',
params['ud0'],
'Initial Universal Dividend in currency units',
params['dt'] / 86400,
......
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