GNOME Bugzilla – Bug 774288
Take advantage of Unicode
Last modified: 2016-12-27 19:55:03 UTC
Created attachment 339650 [details] [review] Use Unicode in translatable strings Attached patch converts ASCII characters to Unicode, as recommended by <https://developer.gnome.org/hig/stable/typography.html>.
Review of attachment 339650 [details] [review]: Looks good to me. ::: data/org.gnome.nautilus.gschema.xml @@ +89,3 @@ <default>'local-only'</default> <summary>Where to perform recursive search</summary> + <description>In which locations Nautilus should search on subfolders. Available values are “local-only”, “always”, “never”.</description> Not sure about these, but I think introducing some consistency into the settings schema is a good idea.
Comment on attachment 339650 [details] [review] Use Unicode in translatable strings Pushed, thank you.
*** Bug 771819 has been marked as a duplicate of this bug. ***