~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/RestoreFinishBox.vala

  • Committer: Tony George
  • Date: 2017-01-15 07:36:56 UTC
  • Revision ID: tony.george.kol@gmail.com-20170115073656-ipunvgdzzy0zer5o
BTRFS: Allow BTRFS snapshots to be marked for deletion
BTRFS: Use option --commit-after when deleting subvolumes
Updated the messages displayed on last page of Setup Wizard and Restore Window

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                lbl_header.label = format_text(txt, true, false, true);
75
75
                
76
76
                var msg = "";
 
77
                string bullet = "▰ ";
77
78
 
78
79
                if (App.btrfs_mode && App.restore_current_system){
79
 
                        msg += _("Snapshot was restored successfully and will become active after system is restarted.") + "\n";
 
80
                        msg += bullet + _("Snapshot was restored successfully and will become active after system is restarted.") + "\n";
80
81
                        msg += "\n";
81
 
                        msg += _("You can continue working on the current system. After restart, the running system will be visible as a new snapshot. You can restore the new snapshot to 'undo' the restore.") + "\n";
 
82
                        msg += bullet + _("You can continue working on the current system. After restart, the current system will be visible as a new snapshot. This snapshot can be restored later (if required) to 'undo' the restore.") + "\n";
 
83
                }
 
84
 
 
85
                if (!App.btrfs_mode){
 
86
                        msg += bullet + _("If system is unable to boot after restart, then boot from the Ubuntu Live CD/USB, install Timeshift on the live system and try restoring another snapshot.") + "\n\n";
82
87
                }
83
88
 
84
89
                msg += "\n";