diff --git a/src/core/schema-bindings.c b/src/core/schema-bindings.c index c19d0ca9e..443fe4eaa 100644 --- a/src/core/schema-bindings.c +++ b/src/core/schema-bindings.c @@ -166,7 +166,7 @@ main (int argc, char **argv) * "disabled" must also stay as it is. */ about_keybindings = g_markup_escape_text(_( \ - "The format looks like \"a\" or F1\".\n\n"\ + "The format looks like \"a\" or \"F1\".\n\n"\ "The parser is fairly liberal and allows "\ "lower or upper case, and also abbreviations such as \"\" and " \ "\"\". If you set the option to the special string " \ @@ -174,7 +174,7 @@ main (int argc, char **argv) -1); about_reversible_keybindings = g_markup_escape_text(_( \ - "The format looks like \"a\" or F1\".\n\n"\ + "The format looks like \"a\" or \"F1\".\n\n"\ "The parser is fairly liberal and allows "\ "lower or upper case, and also abbreviations such as \"\" and " \ "\"\". If you set the option to the special string " \