Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/layout.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2010-07-27 01:26:47 (GMT)
committer Gary Martin <gary@garycmartin.com>2010-07-27 01:26:47 (GMT)
commitc5b2f9f4084e02772cbf801e90b172df506c47f5 (patch)
tree64504d33ae83d5672cab1ec256aef40d42e5d672 /layout.py
parent33be8fac1e1f1c4d653c74ba8ed9c3f2a03d4872 (diff)
Updated Calcualte.pot to include some missing strings SL #1605
Diffstat (limited to 'layout.py')
-rw-r--r--layout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.py b/layout.py
index a6a0aa4..d439a3a 100644
--- a/layout.py
+++ b/layout.py
@@ -195,7 +195,7 @@ class CalcLayout:
self.minebut = TextToggleToolButton(
[_('All equations'), _('My equations')],
self._all_equations_toggle_cb,
- _('Change view between own and all eqauations'),
+ _('Change view between own and all equations'),
index=True)
self.varbut = TextToggleToolButton(
[_('Show history'), _('Show variables')],