diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/devices/spd-decode.c | 6 | 
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; | 
