mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-19 11:52:52 +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;
|
break;
|
||||||
case G_FILE_ATTRIBUTE_TYPE_OBJECT:
|
case G_FILE_ATTRIBUTE_TYPE_OBJECT:
|
||||||
default:
|
default:
|
||||||
print_error (_("Invalid attribute type “%s“"), attr_type);
|
print_error (_("Invalid attribute type “%s”"), attr_type);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user