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:
parent
c907ee755a
commit
ecc8da6dfe
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user