summaryrefslogtreecommitdiffstats
path: root/src/trigger.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-03-15 15:15:16 -0300
committermongo <andmarti@gmail.com>2017-03-15 15:15:16 -0300
commit5ef012c3b05f385534874fd700ca70f4c7c1dcb6 (patch)
tree71bdeaf0e9b21da5a52e6b6d2d59d16816825f75 /src/trigger.c
parent619ba573d83516a9d5355b042f64f4fc441a7e70 (diff)
Changed error message
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;
}