From 06925f41a8f80ca684641c3e0d5a7d004024e287 Mon Sep 17 00:00:00 2001 From: Bart Hakvoort Date: Tue, 3 Jan 2006 11:34:08 +0000 Subject: [PATCH] replaced 'can not' with 'cannot' (#325570) * src/Win_GParted.cc: replaced 'can not' with 'cannot' (#325570) --- ChangeLog | 4 ++++ src/Win_GParted.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45b6dfe5..6774b175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-03 Bart Hakvoort + + * src/Win_GParted.cc: replaced 'can not' with 'cannot' (#325570) + 2006-01-02 Bart Hakvoort * happy new year ;) diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index dadd87fa..30654280 100644 --- a/src/Win_GParted.cc +++ b/src/Win_GParted.cc @@ -1185,7 +1185,7 @@ void Win_GParted::activate_format( GParted::FILESYSTEM new_fs ) { str_temp = "" ; str_temp += String::ucompose( - _("Can not format this filesystem to %1."), + _("Cannot format this filesystem to %1."), Utils::Get_Filesystem_String( new_fs ) ) ; str_temp += "\n\n" ;