~ubuntu-branches/ubuntu/lucid/kdeadmin/lucid-proposed

« back to all changes in this revision

Viewing changes to lilo-config/kde/Details.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając, Michal Zajac, Jonathan Thomas
  • Date: 2009-12-02 16:40:24 UTC
  • mfrom: (1.2.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202164024-st9gsr54dquzdl03
Tags: 4:4.3.80-0ubuntu1
[ Michal Zajac ]
* New upstream beta release.
* debian/control - bump on Build-Depends
* debian/patches/
 - Removed both Kubuntu specific patches since they were upstreamed
 - Removed 01_system_config_printer_kde_cupsutils.diff because it's
   not used
 - Fixed 03_fix_runtime_fail_type_mismatch.diff 

[ Jonathan Thomas ]
* Bump build-depend version on kdepimlibs-dev to (>= 4:4.3.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        vga->insertItem(_("VGA 1280x1024, 16.7M colors (795)"));
77
77
        
78
78
        readonly=new QCheckBox(_("Mount root filesystem &read-only"), page);
79
 
        readonly->setWhatsThis( _("Mount the root filesystem for this kernel read-only. Since the init scripts normally take care of remounting the root filesystem in read-write mode after running some checks, this should always be turned on.<br>Don't turn this off unless you know what you're doing."));
 
79
        readonly->setWhatsThis( _("Mount the root filesystem for this kernel read-only. Since the init scripts normally take care of remounting the root filesystem in read-write mode after running some checks, this should always be turned on.<br>Do not turn this off unless you know what you are doing."));
80
80
 
81
81
        unsafe=new QCheckBox(_("Do not check &partition table"), page);
82
82
        unsafe->setWhatsThis( _("This turns off some sanity checks while writing the configuration. This should not be used under \"normal\" circumstances, but it can be useful, for example, by providing the capability of booting from a floppy disk, without having a floppy in the drive every time you run lilo.<br>This sets the <i>unsafe</i> keyword in lilo.conf."));
94
94
        password=new QLineEdit(pw);
95
95
        password->setMaxLength(15);
96
96
        password->setEchoMode(QLineEdit::Password);
97
 
        pw->setWhatsThis( _("Enter the password required for bootup (if any) here. If <i>restricted</i> above is checked, the password is required for additional parameters only.<br><b>WARNING:</b> The password is stored in clear text in /etc/lilo.conf. You'll want to make sure nobody untrusted can read this file. Also, you probably don't want to use your normal/root password here."));
 
97
        pw->setWhatsThis( _("Enter the password required for bootup (if any) here. If <i>restricted</i> above is checked, the password is required for additional parameters only.<br><b>WARNING:</b> The password is stored in clear text in /etc/lilo.conf. Make sure that nobody untrusted can read this file. Also, you probably do not want to use your normal/root password here."));
98
98
 
99
99
        if(l) {
100
100
                QString mode=l->get("vga", "").cstr();