diff --git a/ProjectLifer.py b/ProjectLifer.py index 7dfc684..967c834 100644 --- a/ProjectLifer.py +++ b/ProjectLifer.py @@ -58,7 +58,7 @@ class ProjectLiferFrame(Frame): options['initialdir'] = 'C:\\' options['mustexist'] = False options['parent'] = root - options['title'] = 'This is a title' + options['title'] = 'Ordner auswählen' self.columnconfigure(0, weight=1) self.columnconfigure(1, weight=1) self.columnconfigure(2, weight=10)