diff options
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-x | draksnapshot-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-config b/draksnapshot-config index d6c933a..4645480 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -106,8 +106,8 @@ gtkadd($my_win->{window}, if_(!$::isEmbedded, 0, Gtk2::Banner->new('draksnapshot-big', N("Backup snapshots configuration"))), 0, gtknew('Title1', label => N("Settings")), + 0, gtknew('CheckButton', text => N("Backup the whole system")), 0, gtknew('HBox', spacing => 5, children => [ - 0, gtknew('CheckButton', text => N("Backup the whole system")), 0, gtknew('Label_Left', text => N("Where to backup")), 1, $where = gtknew('Entry', text => $backup_directory), |