diff --git a/app.py b/app.py index c6e3c32..5396c2e 100644 --- a/app.py +++ b/app.py @@ -159,7 +159,7 @@ def setTactileModeNested(): # This Function sets the BCI2000 Path def setPathBci2000(): - tkinter.messagebox.showinfo('Konfiguration', 'Bitte wählen Sie nun den BCI2000 Ordner aus, in dem sich die Ordner "batch", "data", "icons", "parms", "prog" und "tools" befinden.') + tkinter.messagebox.showinfo('Konfiguration', 'Bitte wählen Sie nun den BCI2000 Ordner aus, in dem sich die Ordner "batch", "data", "parms", "prog" und "tools" befinden.') tmpPath = tkinter.filedialog.askdirectory() if not tmpPath: pass