GNOME Bugzilla – Bug 774283
Take advantage of Unicode
Last modified: 2016-11-11 17:29:09 UTC
Attached patch converts ASCII characters to Unicode, as recommended by <https://developer.gnome.org/hig/stable/typography.html>.
Created attachment 339638 [details] [review] Use Unicode in translatable strings
Review of attachment 339638 [details] [review]: ::: data/resources/help-overlay.ui @@ +101,3 @@ <object class="GtkShortcutsShortcut"> <property name="visible">True</property> + <property name="title" translatable="yes" context="shortcut window">First — Ninth Room</property> This is a range and should use en dash according to your link (not em dash)
Created attachment 339640 [details] [review] Use Unicode in translatable strings Yes, of course.
Review of attachment 339640 [details] [review]: LGTM, thanks
Comment on attachment 339640 [details] [review] Use Unicode in translatable strings Pushed, thank you.