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
This commit is contained in:
Joachim Seemer 2010-12-27 08:38:34 +00:00
parent c907ee755a
commit ecc8da6dfe

View File

@ -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);
}