aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go
index 08a97c3..76f5af7 100644
--- a/src/main.go
+++ b/src/main.go
@@ -358,7 +358,7 @@ func (app *App) pickColorFromScreen() (*gdk.RGBA, error) {
output, err = cmd.Output()
if err != nil {
dialog := gtk.MessageDialogNew(app.window, gtk.DIALOG_MODAL, gtk.MESSAGE_ERROR,
- gtk.BUTTONS_OK, "Color picker not found. Please install 'xcolor')
+ gtk.BUTTONS_OK, "Color picker not found. Please install 'xcolor'")
dialog.Run()
dialog.Destroy()
return nil, err