~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/FinishBox.vala

  • Committer: Tony George
  • Date: 2016-10-07 09:49:32 UTC
  • Revision ID: tony.george.kol@gmail.com-20161007094932-lmfqbd4j4jjknr6y
Installer: Fixed libgee dependency for arch; Updated main icon; Added support for Manjaro Linux;

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
 
83
83
                msg += _("◈ Avoid storing snapshots on your system partition. Using another partition will allow you to format and re-install the OS on your system partition without losing the snapshots stored on it. You can even install another Linux distribution and later roll-back the previous distribution by restoring the snapshot.") + "\n\n";
84
84
 
85
 
                msg += _("◈ The first snapshot creates a copy of all files on your system. Subsequent snapshots only store files which have changed. You can reduce the size of snapshots by adding filters to exclude files which are not required. For example, you can exclude your web browser cache as these files change constantly and are not very important.") + "\n\n";
 
85
                msg += _("◈ The first snapshot creates a copy of all files on your system. Subsequent snapshots only store files which have changed. You can reduce the size of snapshots by adding filters to exclude files which are not required. For example, you can exclude your web browser cache as these files change constantly and are not important.") + "\n\n";
86
86
 
87
 
                msg += _("◈ Common files are hard-linked between snapshots. Copying the files manually to another location will duplicate the files and break hard-links between them. Snapshots must be moved carefully by running 'rsync' from a terminal and the file system at destination path must support hard-links.") + "\n\n";
 
87
                msg += _("◈ Common files are hard-linked between snapshots. Copying the files manually to another location will duplicate the files and break hard-links between them. Snapshots must be moved carefully by running 'rsync' from a terminal. The file system at destination path must support hard-links.") + "\n\n";
88
88
                
89
89
                lbl_message.label = msg;
90
90
        }