[Xfce4-commits] <xfce4-wavelan-plugin:master> Oops, wrong string here...

Landry Breuil noreply at xfce.org
Tue Apr 3 19:24:01 CEST 2012


Updating branch refs/heads/master
         to eceee0f7bc9dbee103a992a88e7fd08197711d4c (commit)
       from 2d4ec451e6f9d95626ea2038970d5336b733339c (commit)

commit eceee0f7bc9dbee103a992a88e7fd08197711d4c
Author: Landry Breuil <landry at xfce.org>
Date:   Tue Apr 3 19:16:57 2012 +0200

    Oops, wrong string here...
    
    no big deal, since its not displayed

 panel-plugin/wavelan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
index e3b9566..6bf0af5 100644
--- a/panel-plugin/wavelan.c
+++ b/panel-plugin/wavelan.c
@@ -516,7 +516,7 @@ wavelan_create_options (XfcePanelPlugin *plugin, t_wavelan *wavelan)
   
   gtk_container_set_border_width (GTK_CONTAINER (dlg), 2);
 
-  xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), _("Generic Monitor"));
+  xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), _("Wavelan Plugin Options"));
               
   vbox = gtk_vbox_new(FALSE, 8);
   gtk_container_set_border_width (GTK_CONTAINER (vbox), 6);


More information about the Xfce4-commits mailing list