GNOME Bugzilla – Bug 147600
Missing quote in metacity message
Last modified: 2004-12-22 21:47:04 UTC
#: src/metacity.schemas.in.h:140 msgid "" "The keybinding which display's the panel's \"Run Application\" dialog box. " "The format looks like \"<Control>a\" or \"<Shift><Alt>F1. " "The parser is fairly liberal and allows lower or upper case, and also " "abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set the " "option to the special string \"disabled\", then there will be no keybinding " "for this action." There's a quote missing now in this message (right after F1). It wasn't missing before AFAIK.
There appears to be dozens and dozens of these missing quotes in src/metacity.schemas.in, which appears to me to be an initial error propagated by copying-and-pasting (since, as far as I checked, they are all missing from strings that end with <Shift><Alt>F1.). Adding the easy-fix keyword.
Created attachment 29539 [details] [review] Proposed patch for fixing missing quotes in the src/metacity.schemas.in file
Comment on attachment 29539 [details] [review] Proposed patch for fixing missing quotes in the src/metacity.schemas.in file Looks good to me, thanks.
Committed.