aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTotalCaesar659 <x24cm5b8c54q6szxw@yandex.ru>2017-04-10 02:23:42 +0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-04-09 18:16:47 -0700
commit46ca3b6f187b1e4f7f680c683bf598e71eb70ec0 (patch)
treef29db5794d9daa33ffb52be07db089062d92e737 /modules
parentc1afe5d5fb31d3f58c38b3d43119c11a623ad449 (diff)
Update spd-decode.c
Diffstat (limited to 'modules')
-rw-r--r--modules/devices/spd-decode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/devices/spd-decode.c b/modules/devices/spd-decode.c
index 8f64e2a5..ac1dd52b 100644
--- a/modules/devices/spd-decode.c
+++ b/modules/devices/spd-decode.c
@@ -1472,12 +1472,12 @@ void scan_spd_do(void)
if (!dir) {
g_free(spd_info);
if (!g_file_test("/sys/module/eeprom", G_FILE_TEST_EXISTS)) {
- spd_info = g_strdup("[SPD]\n"
+ spd_info = g_strdup(_("[SPD]\n"
"Please load the eeprom module to obtain information about memory SPD=\n"
"[$ShellParam$]\n"
- "ReloadInterval=500\n");
+ "ReloadInterval=500\n"));
} else {
- spd_info = g_strdup("[SPD]\n" "Reading memory SPD not supported on this system=\n");
+ spd_info = g_strdup(_("[SPD]\n" "Reading memory SPD not supported on this system=\n"));
}
return;