[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] 01/01: Fix typo

noreply at xfce.org noreply at xfce.org
Thu Jan 4 04:44:20 CET 2018


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 panel-plugins/xfce4-timer-plugin.

commit ad7095a15af5868c284438ac173e64e7d4f845ec
Author: Andre Miranda <andreldm at xfce.org>
Date:   Thu Jan 4 00:44:12 2018 -0300

    Fix typo
---
 panel-plugin/xfcetimer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/xfcetimer.c b/panel-plugin/xfcetimer.c
index a69b71c..3da75ea 100644
--- a/panel-plugin/xfcetimer.c
+++ b/panel-plugin/xfcetimer.c
@@ -900,7 +900,7 @@ add_edit_clicked (GtkButton *buttonn, gpointer data)
   g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (cancel_add_edit),
                     adata);
 
-  button = gtk_button_new_with_label (_("Acept"));
+  button = gtk_button_new_with_label (_("Accept"));
   gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 0);
   if (GTK_WIDGET (buttonn) == pd->buttonadd)
     g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (ok_add), adata);

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


More information about the Xfce4-commits mailing list