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

@ -201,7 +201,7 @@ const InstallExtensionDialog = new Lang.Class({
default: true
}]);
let message = _("Download and install '%s' from extensions.gnome.org?").format(info.name);
let message = _("Download and install %s from extensions.gnome.org?").format(info.name);
let box = new St.BoxLayout();
this.contentLayout.add(box);