mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user