mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
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:
parent
f952fdf3fc
commit
77d00030e5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user