After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 147600 - Missing quote in metacity message
Missing quote in metacity message
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2004-07-14 19:45 UTC by Christian Rose
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch for fixing missing quotes in the src/metacity.schemas.in file (23.24 KB, patch)
2004-07-14 22:10 UTC, Emil Soleyman-Zomalan
accepted-commit_now Details | Review

Description Christian Rose 2004-07-14 19:45:41 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.
Comment 1 Elijah Newren 2004-07-14 20:40:15 UTC
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.
Comment 2 Emil Soleyman-Zomalan 2004-07-14 22:10:50 UTC
Created attachment 29539 [details] [review]
Proposed patch for fixing missing quotes in the src/metacity.schemas.in file
Comment 3 Havoc Pennington 2004-07-15 00:38:54 UTC
Comment on attachment 29539 [details] [review]
Proposed patch for fixing missing quotes in the src/metacity.schemas.in file

Looks good to me, thanks.
Comment 4 Rob Adams 2004-07-22 23:28:43 UTC
Committed.