[Powertop] [PATCH] bt_tunable: Translate Good, Bad, Unknown
Wieland Hoffmann <themineo at gmail.com>
| Newsgroups | dev.linux.lists.powertop |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Wieland Hoffmann <themineo(a)gmail.com>
---
src/tuning/bluetooth.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tuning/bluetooth.cpp b/src/tuning/bluetooth.cpp
index e0bdf12..2b34277 100644
--- a/src/tuning/bluetooth.cpp
+++ b/src/tuning/bluetooth.cpp
@@ -43,7 +43,7 @@
#include "../lib.h"
#include "bluetooth.h"
-bt_tunable::bt_tunable(void) : tunable("", 1.0, "Good", "Bad", "Unknown")
+bt_tunable::bt_tunable(void) : tunable("", 1.0, _("Good"), _("Bad"), _("Unknown"))
{
sprintf(desc, _("Bluetooth device interface status"));
strcpy(toggle_bad, "/usr/sbin/hciconfig hci0 up &> /dev/null &");
--
1.8.4.2