From 73cd77ce4b9be1ab8c451d704b1570b9eea853b0 Mon Sep 17 00:00:00 2001 From: Alexander Schwinn Date: Mon, 20 May 2019 22:49:47 +0200 Subject: [PATCH] Replace text "Enter the new name:" by "Enter the name:" for file creation dialog (Bug #15423) --- thunar/thunar-create-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunar/thunar-create-dialog.c b/thunar/thunar-create-dialog.c index de6c976a..149a58db 100644 --- a/thunar/thunar-create-dialog.c +++ b/thunar/thunar-create-dialog.c @@ -153,7 +153,7 @@ thunar_create_dialog_init (ThunarCreateDialog *dialog) gtk_table_attach (GTK_TABLE (table), dialog->image, 0, 1, 0, 2, GTK_FILL, GTK_FILL, 0, 0); gtk_widget_show (dialog->image); - label = g_object_new (GTK_TYPE_LABEL, "label", _("Enter the new name:"), "xalign", 0.0f, NULL); + label = g_object_new (GTK_TYPE_LABEL, "label", _("Enter the name:"), "xalign", 0.0f, NULL); gtk_table_attach (GTK_TABLE (table), label, 1, 2, 0, 1, GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0); gtk_widget_show (label); -- 2.11.0