]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed error name 45/head
authorArvin Schnell <aschnell@suse.de>
Fri, 14 Feb 2014 10:02:14 +0000 (11:02 +0100)
committerArvin Schnell <aschnell@suse.de>
Fri, 14 Feb 2014 10:02:14 +0000 (11:02 +0100)
client/snapper.cc

index 886803eaf4517937f3eb5ae735512eedf328a4d5..d4511e2d55fbe0def220302e61a6c962cfc1c0bb 100644 (file)
@@ -1685,7 +1685,7 @@ main(int argc, char** argv)
                cerr << _("Config is in use.") << endl;
            else if (name == "error.snapshot_in_use")
                cerr << _("Snapshot is in use.") << endl;
-           else if (name == "error.unknown_file_use")
+           else if (name == "error.unknown_file")
                cerr << _("Unknown file.") << endl;
            else if (name == "error.io_error")
                cerr << _("IO Error.") << endl;