From 8c4f02fe5acdd8b695392640673e6e2fa7ceb6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 19 Mar 2023 16:53:05 +0100 Subject: [PATCH] core: fix typo on bar option name "separator" --- src/gui/gui-bar.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index aa4d69325..93dd91edf 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -1875,7 +1875,7 @@ gui_bar_create_default_input () "cyan", /* color delim */ "default", /* color bg */ "default", /* color bg inactive */ - "0", /* separators */ + "0", /* separator */ gui_bar_default_items (GUI_BAR_DEFAULT_NAME_INPUT))) /* items */ { gui_chat_printf (NULL, _("Bar \"%s\" created"), @@ -1913,7 +1913,7 @@ gui_bar_create_default_title () "cyan", /* color delim */ "blue", /* color bg */ "darkgray", /* color bg inactive */ - "0", /* separators */ + "0", /* separator */ gui_bar_default_items (GUI_BAR_DEFAULT_NAME_TITLE))) /* items */ { gui_chat_printf (NULL, _("Bar \"%s\" created"), @@ -1950,7 +1950,7 @@ gui_bar_create_default_status () "cyan", /* color delim */ "blue", /* color bg */ "darkgray", /* color bg inactive */ - "0", /* separators */ + "0", /* separator */ gui_bar_default_items (GUI_BAR_DEFAULT_NAME_STATUS))) /* items */ { gui_chat_printf (NULL, _("Bar \"%s\" created"), @@ -1987,7 +1987,7 @@ gui_bar_create_default_nicklist () "cyan", /* color delim */ "default", /* color bg */ "default", /* color bg inactive */ - "1", /* separators */ + "1", /* separator */ gui_bar_default_items (GUI_BAR_DEFAULT_NAME_NICKLIST))) /* items */ { gui_chat_printf (NULL, _("Bar \"%s\" created"),