Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/calendario.py
diff options
context:
space:
mode:
Diffstat (limited to 'calendario.py')
-rw-r--r--calendario.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendario.py b/calendario.py
index fea4158..b17abd5 100644
--- a/calendario.py
+++ b/calendario.py
@@ -178,7 +178,7 @@ class CalendarioActivity(activity.Activity):
#combobox
self.combo = gtk.combo_box_new_text()
self.combo.set_size_request(180, -1)
- self.combo.append_text(_('Mathematic'))
+ self.combo.append_text(_('Mathematics'))
self.combo.append_text(_('Geography'))
self.combo.append_text(_('Natural Science'))
self.combo.append_text(_('Language'))