replaced 'can not' with 'cannot' (#325570)
* src/Win_GParted.cc: replaced 'can not' with 'cannot' (#325570)
This commit is contained in:
parent
31a89d8d2f
commit
06925f41a8
|
@ -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 ;)
|
||||
|
|
|
@ -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" ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue