summaryrefslogtreecommitdiffstats
path: root/src/trigger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trigger.c')
-rw-r--r--src/trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trigger.c b/src/trigger.c
index 4b7acc9..b0a819d 100644
--- a/src/trigger.c
+++ b/src/trigger.c
@@ -55,7 +55,7 @@ void set_trigger(int r, int c, int rf, int cf, char * str) {
(get(d,"type") == NULL) ||
(get(d,"file") == NULL) ||
(get(d,"function") == NULL )) {
- sc_error("One of the values specified is wrong. Please check the values of type, fg and bg.");
+ sc_error("One of the values specified is wrong. Please parameters of the trigger to be set.");
destroy_dictionary(d);
return;
}