File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,8 +130,10 @@ def initialize(self):
130130
131131 text .insert (Tkinter .END , _ ('Translators' ), 'subtitle' )
132132 text .insert (Tkinter .END , '\n \n ' , 'tiny' )
133- text .insert (Tkinter .END , _ ('There are currently no translations available besides the default languages (English and German).' ), 'default' )
134- text .insert (Tkinter .END , '\n \n \n ' , 'tiny' )
133+ text .insert (Tkinter .END , u'• %s: Andreas Rudolph & Walter Wagner\n ' % _ ('English' ), 'default' )
134+ text .insert (Tkinter .END , u'• %s: Andreas Rudolph & Walter Wagner\n ' % _ ('German' ), 'default' )
135+ text .insert (Tkinter .END , u'• %s: Sjd-Risca @ GitHub\n ' % _ ('Italian' ), 'default' )
136+ text .insert (Tkinter .END , '\n \n ' , 'tiny' )
135137
136138 text .insert (Tkinter .END , _ ('Internal components' ), 'subtitle' )
137139 text .insert (Tkinter .END , '\n \n ' , 'tiny' )
You can’t perform that action at this time.
0 commit comments