GNOME Bugzilla – Bug 689542
Use proper unicode ellipsis (…) instead of three dots
Last modified: 2013-02-12 22:09:23 UTC
As with bug 689497 for gnome-control-center
Created attachment 230540 [details] [review] js: Use proper Unicode ellipsis (…) instead of three dots
Hmm, gnome-shell isn't displaying the ellipsis correctly with this patch.
Yeah, gjs is broken. You have to use the '\u' unicode escapes, I believe.
Created attachment 230569 [details] [review] js: Use proper Unicode ellipsis (…) instead of three dots
Ok, not quite as pretty for the translators but it works now.
We should land this before the string freeze kicks in next week. Review ?
Review of attachment 230540 [details] [review]: GJS should be fixed, so this should work now.
Review of attachment 230569 [details] [review]: .