[Xfce4-commits] <orage:master> Minor typing error fix.

Juha Kautto noreply at xfce.org
Mon Nov 11 14:40:01 CET 2013


Updating branch refs/heads/master
         to 2cb530466d3e296be0da09214bbf5c1c1d8555fa (commit)
       from 0b05898e9d73dda201edb433351674005f80d462 (commit)

commit 2cb530466d3e296be0da09214bbf5c1c1d8555fa
Author: Juha Kautto <juha at xfce.org>
Date:   Mon Nov 11 15:39:01 2013 +0200

    Minor typing error fix.

 src/parameters.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parameters.c b/src/parameters.c
index 18a3a97..39732f2 100644
--- a/src/parameters.c
+++ b/src/parameters.c
@@ -979,7 +979,7 @@ static void create_parameter_dialog_extra_setup_tab(Itf *dialog)
     /***** always quit *****/
     hbox = gtk_vbox_new(FALSE, 0);
     dialog->always_quit_frame = orage_create_framebox_with_content(
-            _("always quit when asked to close"), hbox);
+            _("Always quit when asked to close"), hbox);
     gtk_box_pack_start(GTK_BOX(dialog->extra_vbox)
             , dialog->always_quit_frame, FALSE, FALSE, 5);
 


More information about the Xfce4-commits mailing list