* src/Win_GParted.cc: fixed typo (#312661)
This commit is contained in:
Bart Hakvoort 2005-08-31 02:44:57 +00:00
parent a98126d69b
commit 07cfac67fc
2 changed files with 5 additions and 1 deletions

View File

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

View File

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