[Xfce4-commits] [xfce/xfce4-settings] 51/67: display: Make save button translateable
noreply at xfce.org
noreply at xfce.org
Sat Sep 22 11:23:42 CEST 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i 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/xfce4-settings.
commit fa81eb8cc7d6ed8c8900d949728f4cb92a7eed7a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
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.
More information about the Xfce4-commits
mailing list