From 5ca579e065fd0b3e133a12115a46b1c427401f0c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 10 Apr 2011 11:24:07 +0200 Subject: core: add missing and remove unneeded spaces in translations --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 61324018f..4cff94579 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2105,7 +2105,7 @@ config_weechat_init_options () config_color_input_text_not_found = config_file_new_option ( weechat_config_file, ptr_section, "input_text_not_found", "color", - N_("text color for unsucessful text search in input line"), + N_("text color for unsuccessful text search in input line"), NULL, -1, 0, "red", NULL, 0, NULL, NULL, &config_change_color, NULL, NULL, NULL); config_color_input_actions = config_file_new_option ( -- cgit v1.2.3