Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Interfaz.py
diff options
context:
space:
mode:
Diffstat (limited to 'Interfaz.py')
-rw-r--r--Interfaz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Interfaz.py b/Interfaz.py
index 16fd493..4b138b0 100644
--- a/Interfaz.py
+++ b/Interfaz.py
@@ -141,8 +141,8 @@ class Interfaz(pygame.sprite.OrderedUpdates):
w, h= self.label_agua.get_tamanio()
self.label_tiempo.set_posicion( (x+w+10, y) )
self.add(self.label_tiempo)
- # ootheca is an egg mass (see http://en.wikipedia.org/wiki/Ootheca)
- self.informacion_cucas = _("Cockroaches: 0, Males: 0, Females: 0, Ootheca: 0, Migration: 0")
+ # TRANS: ootheca is an egg mass (see http://en.wikipedia.org/wiki/Ootheca)
+ self.informacion_cucas = _("Cockroaches: 0, Males: 0, Females: 0, Oothecae: 0, Migration: 0")
self.label_cucas_info= JAMLabel(self.informacion_cucas)
self.label_cucas_info.set_text(tamanio= 25)
x, y= (10, VG.RESOLUCION[1] - 10 - self.label_cucas_info.get_tamanio()[1])