GNOME Bugzilla – Bug 631000
string contains name of windows, which is not exists
Last modified: 2011-04-18 04:30:03 UTC
#: ../data/tomboy.schemas.in.h:5 msgid "Determines X coordinate of Search window; stored on Tomboy exit." Why is "Search window" with upper case "S"? There is no string named "Search window" It is used many times in file
I like to capitalize words that refer to window titles. I am not sure what the recommended approach is.
could you post me screenshot with window, which is named "Search"?
It's actually called Search All Notes. It's the window you get when you right-click the Tomboy icon and select "Search All Notes".
Yes, I know, but that is point, there is no Search window, but Search all notes, I think, users can be confused
I think it's pretty clear, but changing it to Search All Notes would be even clearer. Confirming the bug. This is pretty minor, though, because the string is only seen by users messing around in GConf Editor. Patches welcome.
Yeah, please, add quotes to text like \"Search All Notes\"
Created attachment 171846 [details] [review] Search window renamed to "Search All Notes" window This patch should fix it
Review of attachment 171846 [details] [review]: I don't think the quotes are okay, they probably need to be escaped or something since this is an XML file. Either remove them, or replace with " . If you can then build and install and verify that gconf-editor shows the string correctly, then feel free to push. If you can't build and install to test it, then I'll push after I've had a chance to verify. Thanks for the patch!
There are other strings with "" in this document, on weekend, I can test it
I have tested it by adding new schema (gconf-schemas) It works properly at me, I think, <> need be escaped, not "", because it is in <tag>text</tag>
so?
Committed c1eb1bd8d1dc9a5107f7acb9959ac13862d48893