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

ochosi pushed a 
commit to branch 
master
in repository xfce/xfce4-settings.

commit fa81eb8cc7d6ed8c8900d949728f4cb92a7eed7a
Author: Simon Steinbeiss <[email protected]>
Date:   Sat Sep 1 22:50:21 2018 +0200

    display: Make save button translateable
---
 dialogs/display-settings/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 7350a5d..7356b29 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -1636,7 +1636,7 @@ display_settings_profile_create (GtkWidget *widget, 
GtkBuilder *builder)
     label = gtk_label_new (_("Profile Name:"));
     profile_create_entry = gtk_entry_new ();
     gtk_entry_set_activates_default (GTK_ENTRY (profile_create_entry), TRUE);
-    button = gtk_button_new_with_label ("Save");
+    button = gtk_button_new_with_label (_("Save"));
     gtk_widget_set_can_default (button, TRUE);
 
     box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to