From 46ca3b6f187b1e4f7f680c683bf598e71eb70ec0 Mon Sep 17 00:00:00 2001 From: TotalCaesar659 Date: Mon, 10 Apr 2017 02:23:42 +0300 Subject: Update spd-decode.c --- modules/devices/spd-decode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') 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; -- cgit v1.2.3