diff options
Diffstat (limited to 'plugins/NotifyAnything/src/main.cpp')
-rw-r--r-- | plugins/NotifyAnything/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotifyAnything/src/main.cpp b/plugins/NotifyAnything/src/main.cpp index 3d4a684add..ec676f05b5 100644 --- a/plugins/NotifyAnything/src/main.cpp +++ b/plugins/NotifyAnything/src/main.cpp @@ -715,7 +715,7 @@ bool parseComplexMessage(const std::string &buf, popup_t &msg, char sep) dbg_msg(Translate("No argument given to msg option."), SM_WARNING);
return false;
} else if (msg.replace != xno && msg.id.empty()) {
- dbg_msg(Translate("Id is required for replacement."), SM_WARNING);
+ dbg_msg(Translate("ID is required for replacement."), SM_WARNING);
return false;
}
msg.message = arg;
|