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

@ -637,7 +637,7 @@ shell_app_activate_full (ShellApp *app,
if (!shell_app_launch (app, timestamp, workspace, &error))
{
char *msg;
msg = g_strdup_printf (_("Failed to launch '%s'"), shell_app_get_name (app));
msg = g_strdup_printf (_("Failed to launch %s"), shell_app_get_name (app));
shell_global_notify_error (global,
msg,
error->message);