[Xfce4-commits] [xfce/xfce4-session] 01/01: Fix mnemonic conflict on logout dialog
noreply at xfce.org
noreply at xfce.org
Sat Apr 20 18:38:09 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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 5f4a775cd40d0444c57119ec38c861859c4c1bbd
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Apr 20 13:37:54 2019 -0300
Fix mnemonic conflict on logout dialog
---
xfce4-session/xfsm-logout-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce4-session/xfsm-logout-dialog.c b/xfce4-session/xfsm-logout-dialog.c
index cb0b335..a548ea2 100644
--- a/xfce4-session/xfsm-logout-dialog.c
+++ b/xfce4-session/xfsm-logout-dialog.c
@@ -350,7 +350,7 @@ xfsm_logout_dialog_init (XfsmLogoutDialog *dialog)
{
if (can_hybrid_sleep)
{
- button = xfsm_logout_dialog_button (_("_Hybrid Sleep"), "system-suspend-hibernate",
+ button = xfsm_logout_dialog_button (_("H_ybrid Sleep"), "system-suspend-hibernate",
"system-hibernate", "xfsm-hibernate",
XFSM_SHUTDOWN_HYBRID_SLEEP, dialog);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list