gparted r853 - in trunk: . src



Author: gedakc
Date: Tue Jun 10 20:19:53 2008
New Revision: 853
URL: http://svn.gnome.org/viewvc/gparted?rev=853&view=rev

Log:
Changed wording of root privilege required warning

Modified:
   trunk/ChangeLog
   trunk/src/main.cc

Modified: trunk/src/main.cc
==============================================================================
--- trunk/src/main.cc	(original)
+++ trunk/src/main.cc	Tue Jun 10 20:19:53 2008
@@ -40,7 +40,7 @@
 					   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 ) ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]