mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
core: fix typos in translations and docs
This commit is contained in:
@@ -478,7 +478,7 @@ script_config_init ()
|
||||
script_config_file, ptr_section,
|
||||
"translate_description", "boolean",
|
||||
N_("translate description of scripts (if translation is available in "
|
||||
"your language, otherwise english version is used)"),
|
||||
"your language, otherwise English version is used)"),
|
||||
NULL, 0, 0, "on", NULL, 0,
|
||||
NULL, NULL, &script_config_reload_scripts_cb, NULL, NULL, NULL);
|
||||
script_config_look_use_keys = weechat_config_new_option (
|
||||
|
||||
@@ -1225,7 +1225,7 @@ script_repo_file_read (int quiet)
|
||||
}
|
||||
if (!ptr_desc)
|
||||
{
|
||||
/* default description (english) */
|
||||
/* default description (English) */
|
||||
ptr_desc = weechat_hashtable_get (descriptions,
|
||||
"en");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user