[Xfce4-commits] [apps/xfce4-dict] 01/01: Avoid mnemonic conflict

noreply at xfce.org noreply at xfce.org
Fri Aug 2 18:54:36 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 apps/xfce4-dict.

commit 086109aaa5b1cbcee726cda05717253902cea689
Author: Andre Miranda <andre.miranda at liferay.com>
Date:   Fri Aug 2 13:54:08 2019 -0300

    Avoid mnemonic conflict
---
 lib/speedreader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/speedreader.c b/lib/speedreader.c
index 5028670..dcc6d3e 100644
--- a/lib/speedreader.c
+++ b/lib/speedreader.c
@@ -694,7 +694,7 @@ static void xfd_speed_reader_init(XfdSpeedReader *dialog)
 
 	priv->button_pause = gtk_dialog_add_button(GTK_DIALOG(dialog), _("P_ause"), RESPONSE_PAUSE);
 	priv->button_start = gtk_dialog_add_button(GTK_DIALOG(dialog), _("_Start"), RESPONSE_START);
-	priv->button_stop = gtk_dialog_add_button(GTK_DIALOG(dialog), _("_Stop"), RESPONSE_STOP);
+	priv->button_stop = gtk_dialog_add_button(GTK_DIALOG(dialog), _("S_top"), RESPONSE_STOP);
 	button_close = gtk_dialog_add_button(GTK_DIALOG(dialog), _("_Close"), GTK_RESPONSE_CLOSE);
 
 	gtk_widget_hide(priv->button_pause);

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


More information about the Xfce4-commits mailing list