gparted r1033 - in trunk: . src



Author: gedakc
Date: Mon Jan 19 20:38:22 2009
New Revision: 1033
URL: http://svn.gnome.org/viewvc/gparted?rev=1033&view=rev

Log:
Reworded caution message when applying operations

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

Modified: trunk/src/Win_GParted.cc
==============================================================================
--- trunk/src/Win_GParted.cc	(original)
+++ trunk/src/Win_GParted.cc	Mon Jan 19 20:38:22 2009
@@ -1922,7 +1922,11 @@
 				   Gtk::MESSAGE_WARNING,
 				   Gtk::BUTTONS_NONE,
 				   true );
-	dialog .set_secondary_text( _( "It is recommended to backup valuable data before proceeding.") ) ;
+	Glib::ustring temp;
+	temp =  _( "Editing partitions has the potential to cause LOSS of DATA.") ;
+	temp += "\n" ;
+	temp += _( "You are advised to backup your data before proceeding." ) ;
+	dialog .set_secondary_text( temp ) ;
 	dialog .set_title( _( "Apply operations to device" ) );
 	
 	dialog .add_button( Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL );



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