Piotr Drąg 2018-09-20 19:01:14 +02:00
parent a966b90e51
commit 2b8e30a8ed
3 changed files with 3 additions and 3 deletions

View File

@ -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."));
_("Dragndrop from other applications is not supported."));
g_object_unref (task);
return;
}

View File

@ -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"));
_("Cant transmute a single handle"));
return FALSE;
}

View File

@ -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 rows children"),
G_TYPE_LIST_MODEL,
GTK_PARAM_READABLE);