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

@ -153,7 +153,7 @@ function trySpawnCommandLine(command_line) {
}
function _handleSpawnError(command, err) {
let title = _("Execution of '%s' failed:").format(command);
let title = _("Execution of %s failed:").format(command);
Main.notifyError(title, err.message);
}