[haiku-commits] r39962 - haiku/trunk/src/apps/drivesetup

  • From: humdingerb@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 27 Dec 2010 09:38:34 +0100 (CET)

Author: humdinger
Date: 2010-12-27 09:38:34 +0100 (Mon, 27 Dec 2010)
New Revision: 39962
Changeset: http://dev.haiku-os.org/changeset/39962
Ticket: http://dev.haiku-os.org/ticket/7030

Modified:
   haiku/trunk/src/apps/drivesetup/PartitionList.cpp
Log:
Localized missing string by applying patch by diver. Fixes #7030. Thanks.

Modified: haiku/trunk/src/apps/drivesetup/PartitionList.cpp
===================================================================
--- haiku/trunk/src/apps/drivesetup/PartitionList.cpp   2010-12-27 02:15:05 UTC 
(rev 39961)
+++ haiku/trunk/src/apps/drivesetup/PartitionList.cpp   2010-12-27 08:38:34 UTC 
(rev 39962)
@@ -246,7 +246,7 @@
                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);
                }


Other related posts:

  • » [haiku-commits] r39962 - haiku/trunk/src/apps/drivesetup - humdingerb