Changed wording of root privilege required warning
svn path=/trunk/; revision=853
This commit is contained in:
parent
e2c70a8bf0
commit
8f0d85a4a7
|
@ -1,5 +1,8 @@
|
|||
2008-06-10 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* src/main.cc: Changed wording of root privilege required warning.
|
||||
- Closes GParted bug #534072
|
||||
|
||||
* src/Dialog_Progress.cc: Added proper PO file plural handling.
|
||||
- fixed a few spelling errors.
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ int main( int argc, char *argv[] )
|
|||
Gtk::MESSAGE_ERROR,
|
||||
Gtk::BUTTONS_OK ) ;
|
||||
dialog .set_secondary_text(
|
||||
_("Since GParted can be a weapon of mass destruction only root may run it.") ) ;
|
||||
_("Since GParted is a powerful tool capable of destroying partition tables and vast amounts of data, only root may run it.") ) ;
|
||||
|
||||
dialog .run() ;
|
||||
exit( 0 ) ;
|
||||
|
|
Loading…
Reference in New Issue