aboutsummaryrefslogtreecommitdiff
path: root/cpu/cpu_core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/cpu_core.cpp')
-rw-r--r--cpu/cpu_core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/cpu_core.cpp b/cpu/cpu_core.cpp
index 40b1353..d203ffc 100644
--- a/cpu/cpu_core.cpp
+++ b/cpu/cpu_core.cpp
@@ -43,7 +43,7 @@ char * cpu_core::fill_cstate_line(int line_nr, char *buffer, const char *separat
buffer[0] = 0;
if (line_nr == LEVEL_HEADER) {
- sprintf(buffer," Core");
+ sprintf(buffer,_(" Core"));
return buffer;
}
@@ -187,7 +187,7 @@ char * cpu_core::fill_pstate_line(int line_nr, char *buffer)
}
if (line_nr == LEVEL_HEADER) {
- sprintf(buffer," Core");
+ sprintf(buffer,_(" Core"));
return buffer;
}