From ecc8da6dfe452d926a65340a56ec9f9a559b3756 Mon Sep 17 00:00:00 2001 From: Joachim Seemer Date: Mon, 27 Dec 2010 08:38:34 +0000 Subject: [PATCH] Localized missing string by applying patch by diver. Fixes #7030. Thanks. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39962 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/drivesetup/PartitionList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/drivesetup/PartitionList.cpp b/src/apps/drivesetup/PartitionList.cpp index 1fbd746a06..3610a5ec41 100644 --- a/src/apps/drivesetup/PartitionList.cpp +++ b/src/apps/drivesetup/PartitionList.cpp @@ -246,7 +246,7 @@ PartitionListRow::PartitionListRow(BPartition* partition) if (handle != NULL) { bool active = get_driver_boolean_parameter(handle, "active", false, true); if (active) - parameters += "Active"; + parameters += B_TRANSLATE("Active"); delete_driver_settings(handle); }