[Xfce4-commits] [xfce/xfce4-session] 01/01: Fix case in session chooser buttons
noreply at xfce.org
noreply at xfce.org
Sat Apr 27 00:43:08 CEST 2019
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-session.
commit 6a14b2b63393820835c963ddbe791e04f475af65
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Apr 27 00:42:54 2019 +0200
Fix case in session chooser buttons
---
xfce4-session/xfsm-chooser.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce4-session/xfsm-chooser.c b/xfce4-session/xfsm-chooser.c
index e3e02b2..39738a2 100644
--- a/xfce4-session/xfsm-chooser.c
+++ b/xfce4-session/xfsm-chooser.c
@@ -212,7 +212,7 @@ xfsm_chooser_init (XfsmChooser *chooser)
gtk_widget_show (chooser->tree);
/* "Logout" button */
- button = xfce_gtk_button_new_mixed ("application-exit", _("Log out"));
+ button = xfce_gtk_button_new_mixed ("application-exit", _("Log Out"));
gtk_widget_set_tooltip_text (button,
_("Cancel the login attempt and return to "
"the login screen."));
@@ -221,7 +221,7 @@ xfsm_chooser_init (XfsmChooser *chooser)
gtk_widget_show (button);
/* "New" button */
- button = xfce_gtk_button_new_mixed ("document-new", _("Create new session"));
+ button = xfce_gtk_button_new_mixed ("document-new", _("Create New Session"));
gtk_widget_set_tooltip_text (button, _("Create a new session."));
gtk_dialog_add_action_widget (GTK_DIALOG (chooser), button,
XFSM_RESPONSE_NEW);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list