~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/RestoreWindow.vala

  • Committer: Tony George
  • Date: 2016-09-18 13:58:57 UTC
  • Revision ID: tony.george.kol@gmail.com-20160918135857-qztjh2kw8mxqfmsf
fstab and crypttab files will be updated correctly on target system when system is restored or cloned

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
                log_debug("RestoreWindow: RestoreWindow()");
61
61
                
62
 
                this.title = _("Restore");
 
62
                this.title = App.mirror_system ? _("Clone System") : _("Restore Snapshot");
63
63
        this.window_position = WindowPosition.CENTER;
64
64
        this.modal = true;
65
65
        this.set_default_size (500, 500);