summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-04-10 11:24:07 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-04-10 11:24:07 +0200
commit5ca579e065fd0b3e133a12115a46b1c427401f0c (patch)
treedf1da83ae079e358862af5320d9472386638ee62 /src
parent447a29ae5c2fd1437f7a73385bee100bae3e9a2f (diff)
downloadweechat-5ca579e065fd0b3e133a12115a46b1c427401f0c.zip
core: add missing and remove unneeded spaces in translations
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
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 (