]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- more consistent messages 95/head
authorArvin Schnell <aschnell@suse.de>
Mon, 30 Jun 2014 13:49:30 +0000 (15:49 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 30 Jun 2014 13:49:30 +0000 (15:49 +0200)
client/snapper.cc

index 0f387962d0b1b3693f77bed52d5154a34d01cc11..d9925a0407a4b0e4ee3bac6d9334eb9532c99cbd 100644 (file)
@@ -1301,7 +1301,7 @@ command_rollback(DBus::Connection* conn, Snapper* snapper)
            cout << " " << sformat(_("(Snapshot %d.)"), num1) << endl;
 
        if (!quiet)
-           cout << sformat(_("Creating read-write snapshot of %d."), tmp) << flush;
+           cout << sformat(_("Creating read-write snapshot of snapshot %d."), tmp) << flush;
        num2 = command_create_single_xsnapshot_v2(*conn, config_name, tmp, false,
                                                  description, cleanup, userdata);
        if (!quiet)