[Xfce4-commits] [xfce/thunar] 01/01: Replace text "Enter the new name:" by "Enter the name:" for file creation dialog (Bug #15423)

noreply at xfce.org noreply at xfce.org
Thu May 23 10:33:47 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   l   e   x       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/thunar.

commit d5eb85591427eac5ce7bf227f519e21ada24b5da
Author: Alexander Schwinn <alexxcons at xfce.org>
Date:   Thu May 23 10:31:38 2019 +0200

    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 6fb204b..b14d5bb 100644
--- a/thunar/thunar-create-dialog.c
+++ b/thunar/thunar-create-dialog.c
@@ -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);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list