From 07cfac67fcbaf80f0058b8e5e68750fa811857eb Mon Sep 17 00:00:00 2001 From: Bart Hakvoort Date: Wed, 31 Aug 2005 02:44:57 +0000 Subject: [PATCH] fixed typo (#312661) * src/Win_GParted.cc: fixed typo (#312661) --- ChangeLog | 4 ++++ src/Win_GParted.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fd908a73..81fcac1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-30 Bart Hakvoort + + * src/Win_GParted.cc: fixed typo (#312661) + 2005-08-30 Bart Hakvoort * compose/ucompose.hpp: quick 'fix' for crashers in some locales (#157871) diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index 43f958df..5d7b0b9c 100644 --- a/src/Win_GParted.cc +++ b/src/Win_GParted.cc @@ -1204,7 +1204,7 @@ void Win_GParted::activate_apply( ) str_temp = "" ; str_temp += _( "Are you sure you want to apply the pending operations?" ) ; str_temp += "\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" ) );