gparted r1033 - in trunk: . src
- From: gedakc svn gnome org
- To: svn-commits-list gnome org
- Subject: gparted r1033 - in trunk: . src
- Date: Mon, 19 Jan 2009 20:38:22 +0000 (UTC)
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]