Changed wording of root privilege required warning

svn path=/trunk/; revision=853
This commit is contained in:
Curtis Gedak 2008-06-10 20:19:53 +00:00
parent e2c70a8bf0
commit 8f0d85a4a7
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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 ) ;