parent
a98126d69b
commit
07cfac67fc
|
@ -1,3 +1,7 @@
|
|||
2005-08-30 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||
|
||||
* src/Win_GParted.cc: fixed typo (#312661)
|
||||
|
||||
2005-08-30 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||
|
||||
* compose/ucompose.hpp: quick 'fix' for crashers in some locales (#157871)
|
||||
|
|
|
@ -1204,7 +1204,7 @@ void Win_GParted::activate_apply( )
|
|||
str_temp = "<span weight=\"bold\" size=\"larger\">" ;
|
||||
str_temp += _( "Are you sure you want to apply the pending operations?" ) ;
|
||||
str_temp += "</span>\n\n" ;
|
||||
str_temp += _( "It is recommended to backup valueable data before proceeding.") ;
|
||||
str_temp += _( "It is recommended to backup valuable data before proceeding.") ;
|
||||
|
||||
Gtk::MessageDialog dialog( *this, str_temp, true, Gtk::MESSAGE_WARNING, Gtk::BUTTONS_NONE, true );
|
||||
dialog .set_title( _( "Apply operations to harddisk" ) );
|
||||
|
|
Loading…
Reference in New Issue