mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Use Unicode apostrophes in new strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772371
This commit is contained in:
parent
a966b90e51
commit
2b8e30a8ed
@ -107,7 +107,7 @@ gdk_drop_read_local_async (GdkDrop *self,
|
||||
if (priv->drag == NULL)
|
||||
{
|
||||
g_task_return_new_error (task, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
|
||||
_("Drag'n'drop from other applications is not supported."));
|
||||
_("Drag’n’drop from other applications is not supported."));
|
||||
g_object_unref (task);
|
||||
return;
|
||||
}
|
||||
|
@ -201,7 +201,7 @@ gdk_win32_hdata_output_stream_close (GOutputStream *output_stream,
|
||||
if (priv->handle_is_buffer)
|
||||
{
|
||||
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED,
|
||||
_("Can't transmute a single handle"));
|
||||
_("Can’t transmute a single handle"));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -1045,7 +1045,7 @@ gtk_tree_list_row_class_init (GtkTreeListRowClass *class)
|
||||
row_properties[ROW_PROP_CHILDREN] =
|
||||
g_param_spec_object ("children",
|
||||
P_("Children"),
|
||||
P_("Model holding the row's children"),
|
||||
P_("Model holding the row’s children"),
|
||||
G_TYPE_LIST_MODEL,
|
||||
GTK_PARAM_READABLE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user