marked 'Unallocated' for translatation
This commit is contained in:
parent
5f549f8b57
commit
eb2e4d144e
|
@ -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,
|
||||
|
|
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue