~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/MainWindow.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:
305
305
                vbox.pack_start(label, true, true, 0);
306
306
                lbl_snap_count = label;
307
307
                
308
 
                label = new Label(_("Snaps"));
 
308
                label = new Label(_("Snapshots"));
309
309
                label.justify = Gtk.Justification.CENTER;
310
310
                vbox.pack_start(label, false, false, 0);
311
311