mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772221
This commit is contained in:
@@ -233,7 +233,7 @@ g_file_icon_from_tokens (gchar **tokens,
|
||||
g_set_error (error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_INVALID_ARGUMENT,
|
||||
_("Can't handle version %d of GFileIcon encoding"),
|
||||
_("Can’t handle version %d of GFileIcon encoding"),
|
||||
version);
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user