Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/overlayer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/overlayer.py')
-rw-r--r--tutorius/overlayer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorius/overlayer.py b/tutorius/overlayer.py
index d2cb3ac..8203aa6 100644
--- a/tutorius/overlayer.py
+++ b/tutorius/overlayer.py
@@ -198,7 +198,7 @@ class TextBubble(gtk.Widget):
#
# TODO fetch speaker coordinates
- # draw bubble tail if present
+ # draw bubble tails if present
for i in range(len(self.tailpos)):
if self.tailpos[i] != [0,0]:
context.move_to(xradius-width/4, yradius)
@@ -228,7 +228,7 @@ class TextBubble(gtk.Widget):
context.set_source_rgb(*xo_fill_color)
context.fill()
- # bubble painting. Redrawing the inside after the tail will combine
+ # bubble painting. Redrawing the inside after tails will combine
for i in range(len(self.tailpos)):
if self.tailpos[i] != [0,0]:
context.move_to(xradius-width/4, yradius)