Fixed different language bug

This commit is contained in:
Maximilian Giller 2019-04-09 13:41:29 +02:00
parent 720f053d6a
commit 317a6765f3

View file

@ -107,6 +107,7 @@ class HourListDesign (DesignEntity):
return "Uhr"
elif language is "en":
return "o'c"
return ""
def __draw_event__ (self, event, column = 0):
xoffset = hourbox_y_width * self.row_size[1]