From eb2e4d144e4b3dcdfb84584514987f1deee0a644 Mon Sep 17 00:00:00 2001 From: Bart Hakvoort Date: Mon, 27 Sep 2004 07:33:37 +0000 Subject: [PATCH] marked 'Unallocated' for translatation --- ChangeLog | 4 ++++ src/Partition.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2cca1e87..03b5298c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-27 Bart Hakvoort + + * src/Partition.cc: marked "Unallocated" for translatation + 2004-09-26 Bart Hakvoort * src/Dialog_Base_Partition.cc, diff --git a/src/Partition.cc b/src/Partition.cc index e3539936..2a61c2cf 100644 --- a/src/Partition.cc +++ b/src/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 ;