Skip to content
Snippets Groups Projects
Commit d5eb8559 authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

Replace text "Enter the new name:" by "Enter the name:" for file

creation dialog (Bug #15423)
parent 5c6669c9
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ thunar_create_dialog_init (ThunarCreateDialog *dialog)
gtk_grid_attach (GTK_GRID (grid), dialog->image, 0, 0, 1, 2);
gtk_widget_show (dialog->image);
label = g_object_new (GTK_TYPE_LABEL, "label", _("Enter the new name:"), "xalign", 0.0f, "hexpand", TRUE, NULL);
label = g_object_new (GTK_TYPE_LABEL, "label", _("Enter the name:"), "xalign", 0.0f, "hexpand", TRUE, NULL);
gtk_grid_attach (GTK_GRID (grid), label, 1, 0, 1, 1);
gtk_widget_show (label);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment