]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- changed message 137/head
authorArvin Schnell <aschnell@suse.de>
Fri, 12 Dec 2014 12:34:40 +0000 (13:34 +0100)
committerArvin Schnell <aschnell@suse.de>
Fri, 12 Dec 2014 12:34:40 +0000 (13:34 +0100)
client/misc.cc

index 1eb8ebd5979dbce00ff8cc999096161cb70e4592..be9bf749b2811096c8142c624b3c5f47d3cedc00 100644 (file)
@@ -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);
        }