Use recommended quotes

See https://wiki.gnome.org/Design/OS/Typography
This commit is contained in:
William Jon McCann
2014-01-17 16:30:49 -05:00
parent 2931869522
commit b2a65f809f
5 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ const WindowAttentionHandler = new Lang.Class({
_getTitleAndBanner: function(app, window) {
let title = app.get_name();
let banner = _("'%s' is ready").format(window.get_title());
let banner = _("%s is ready").format(window.get_title());
return [title, banner]
},