From 5c8423a08cd9ffbe3363f3b0e5722e4a32157914 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Mon, 13 Jun 2016 20:27:37 +0200 Subject: Add a space after the comma when listing the options. --- src/fe-common/core/fe-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fe-common/core/fe-settings.c b/src/fe-common/core/fe-settings.c index 6f69d930..abbd45a8 100644 --- a/src/fe-common/core/fe-settings.c +++ b/src/fe-common/core/fe-settings.c @@ -109,7 +109,7 @@ static void set_choice(const char *key, const char *value) if (settings_set_choice(key, stripped_value) == FALSE) { SETTINGS_REC *rec = settings_get_record(key); - char *msg = g_strjoinv(",", rec->choices); + char *msg = g_strjoinv(", ", rec->choices); printformat(NULL, NULL, MSGLEVEL_CLIENTERROR, TXT_INVALID_CHOICE, msg); g_free(msg); -- cgit v1.2.3