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:
@@ -246,7 +246,7 @@ PartitionListRow::PartitionListRow(BPartition* partition)
|
|||||||
if (handle != NULL) {
|
if (handle != NULL) {
|
||||||
bool active = get_driver_boolean_parameter(handle, "active", false, true);
|
bool active = get_driver_boolean_parameter(handle, "active", false, true);
|
||||||
if (active)
|
if (active)
|
||||||
parameters += "Active";
|
parameters += B_TRANSLATE("Active");
|
||||||
|
|
||||||
delete_driver_settings(handle);
|
delete_driver_settings(handle);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user