marked 'Unallocated' for translatation

This commit is contained in:
Bart Hakvoort 2004-09-27 07:33:37 +00:00
parent 5f549f8b57
commit eb2e4d144e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-27 Bart Hakvoort <gparted@users.sf.net>
* src/Partition.cc: marked "Unallocated" for translatation
2004-09-26 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Base_Partition.cc,

View File

@ -52,7 +52,7 @@ void Partition::Set( const Glib::ustring & partition,
void Partition::Set_Unallocated( Sector sector_start, Sector sector_end, bool inside_extended )
{
this ->Set( "Unallocated", -1, GParted::UNALLOCATED, "unallocated", sector_start, sector_end , -1, inside_extended, false);
this ->Set( _("Unallocated"), -1, GParted::UNALLOCATED, "unallocated", sector_start, sector_end , -1, inside_extended, false);
this ->error = "" ;
this ->flags = "" ;
this ->status = GParted::STAT_REAL ;