replaced 'can not' with 'cannot' (#325570)

* src/Win_GParted.cc: replaced 'can not' with 'cannot' (#325570)
This commit is contained in:
Bart Hakvoort 2006-01-03 11:34:08 +00:00
parent 31a89d8d2f
commit 06925f41a8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-01-03 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/Win_GParted.cc: replaced 'can not' with 'cannot' (#325570)
2006-01-02 Bart Hakvoort <hakvoort@cvs.gnome.org>
* happy new year ;)

View File

@ -1185,7 +1185,7 @@ void Win_GParted::activate_format( GParted::FILESYSTEM new_fs )
{
str_temp = "<span weight=\"bold\" size=\"larger\">" ;
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 += "</span>\n\n" ;