From: Arvin Schnell Date: Fri, 12 Dec 2014 12:34:40 +0000 (+0100) Subject: - changed message X-Git-Tag: v0.2.5~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F137%2Fhead;p=thirdparty%2Fsnapper.git - changed message --- diff --git a/client/misc.cc b/client/misc.cc index 1eb8ebd5..be9bf749 100644 --- a/client/misc.cc +++ b/client/misc.cc @@ -85,7 +85,7 @@ read_nums(const string& str, const string& delim) { if (delim == "..") { - cerr << _("Did not find delimiter '..' between snapshot numbers.") << endl + cerr << _("Missing delimiter '..' between snapshot numbers.") << endl << _("See 'man snapper' for further instructions.") << endl; exit(EXIT_FAILURE); }