Przeglądaj źródła

fix script syntax

Johann ELSASS 4 lat temu
rodzic
commit
673230e13a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/scripts/layerfx_innerlight.py

+ 1 - 1
resources/scripts/layerfx_innerlight.py

@@ -4,7 +4,7 @@ from lazpaint import dialog
 try:
     from tkinter import *
 except ImportError:
-    dialog.show_message(""Please install tkinter. On Debian distributions, use the command: apt install python3-tk"")
+    dialog.show_message("Please install tkinter. On Debian distributions, use the command: apt install python3-tk")
     exit()
         
 from lazpaint import colors, image, layer, filters, tools, selection