aboutsummaryrefslogtreecommitdiff
path: root/src/devlist.cpp
diff options
context:
space:
mode:
authorChris E Ferron <chris.e.ferron@linux.intel.com>2012-05-22 11:09:13 -0700
committerChris E Ferron <chris.e.ferron@linux.intel.com>2012-05-22 11:09:13 -0700
commit97c6cba4373d41b721edf1572b379157506014e8 (patch)
tree2c9e8ea6efc2755f2b2d743a3ae8f6cb20595ba2 /src/devlist.cpp
parentd3dfc378526362b1d7c5e54f6b6e03ae448fea4d (diff)
downloadpowertop-2.0-v2-97c6cba4373d41b721edf1572b379157506014e8.tar.gz
string and getstring cleanup
Diffstat (limited to 'src/devlist.cpp')
-rw-r--r--src/devlist.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devlist.cpp b/src/devlist.cpp
index b20cb27..93f2081 100644
--- a/src/devlist.cpp
+++ b/src/devlist.cpp
@@ -306,11 +306,11 @@ void report_show_open_devices(void)
sort(target->begin(), target->end(), devlist_sort);
if (reporttype) {
- fprintf(reportout.http_report,_("<h2>Process device activity</h2>\n <table width=\"100%%\">\n"));
- fprintf(reportout.http_report,_("<tr><th class=\"device\" width=\"40%%\">Process</th><th class=\"device\">Device</th></tr>\n"));
+ fprintf(reportout.http_report,"<h2>Process device activity</h2>\n <table width=\"100%%\">\n");
+ fprintf(reportout.http_report,"<tr><th class=\"device\" width=\"40%%\">Process</th><th class=\"device\">Device</th></tr>\n");
}else {
- fprintf(reportout.csv_report,_("**Process Device Activity**, \n\n"));
- fprintf(reportout.csv_report,_("Process, Device, \n"));
+ fprintf(reportout.csv_report,"**Process Device Activity**, \n\n");
+ fprintf(reportout.csv_report,"Process, Device, \n");
}
for (i = 0; i < target->size(); i++) {