gio-tool: Fix closing Unicode quotation mark

See https://developer.gnome.org/hig/stable/typography.html

https://bugzilla.gnome.org/show_bug.cgi?id=772221
This commit is contained in:
Piotr Drąg 2017-04-10 15:40:42 +02:00
parent f952fdf3fc
commit 77d00030e5

View File

@ -177,7 +177,7 @@ handle_set (int argc, char *argv[], gboolean do_help)
break;
case G_FILE_ATTRIBUTE_TYPE_OBJECT:
default:
print_error (_("Invalid attribute type “%s"), attr_type);
print_error (_("Invalid attribute type “%s"), attr_type);
return 1;
}