Skip to content

Commit 0946dc7

Browse files
committed
changed informations about translators in the about dialog
1 parent 850d7b5 commit 0946dc7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/GUI.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)