* [Powertop] [PATCH] bt_tunable: Translate Good, Bad, Unknown
@ 2013-12-23 14:38 Wieland Hoffmann
0 siblings, 0 replies; 2+ messages in thread
From: Wieland Hoffmann @ 2013-12-23 14:38 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 683 bytes --]
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Powertop] [PATCH] bt_tunable: Translate Good, Bad, Unknown
@ 2013-12-23 20:18 Alexandra Yates
0 siblings, 0 replies; 2+ messages in thread
From: Alexandra Yates @ 2013-12-23 20:18 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 967 bytes --]
> 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
>
> _______________________________________________
> PowerTop mailing list
> PowerTop(a)lists.01.org
> https://lists.01.org/mailman/listinfo/powertop
>
Hi Wieland,
Thank you for your patch. I just applied it.
Thank you,
Alexandra.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-23 20:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 20:18 [Powertop] [PATCH] bt_tunable: Translate Good, Bad, Unknown Alexandra Yates
-- strict thread matches above, loose matches on Subject: below --
2013-12-23 14:38 Wieland Hoffmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.