aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/arch/common/languages.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/arch/common/languages.h')
-rw-r--r--hardinfo2/arch/common/languages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/common/languages.h b/hardinfo2/arch/common/languages.h
index 12761976..3a31ef7f 100644
--- a/hardinfo2/arch/common/languages.h
+++ b/hardinfo2/arch/common/languages.h
@@ -63,7 +63,7 @@ scan_languages(OperatingSystem * os)
} else {
gchar *currlocale;
- retval = g_strdup_printf("%s$%s$%s=\n", retval, name, name);
+ retval = g_strdup_printf("%s$%s$%s=%s\n", retval, name, name, title);
currlocale = g_strdup_printf("[Locale Information]\n"
"Name=%s (%s)\n"