gettext-ify Mucked
This commit is contained in:
parent
215bc5b0f3
commit
80c965d09f
|
@ -324,7 +324,7 @@ class Stud_cards:
|
||||||
for k in self.parent.hud.stat_dict.keys():
|
for k in self.parent.hud.stat_dict.keys():
|
||||||
if self.parent.hud.stat_dict[k]['seat'] == seat_no:
|
if self.parent.hud.stat_dict[k]['seat'] == seat_no:
|
||||||
return self.parent.hud.stat_dict[k]['screen_name']
|
return self.parent.hud.stat_dict[k]['screen_name']
|
||||||
return "No Name"
|
return _("No Name")
|
||||||
|
|
||||||
def clear(self):
|
def clear(self):
|
||||||
for r in range(0, self.rows):
|
for r in range(0, self.rows):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user