Author: juha
Date: 2006-08-27 21:34:42 +0000 (Sun, 27 Aug 2006)
New Revision: 22914

Modified:
   xfcalendar/trunk/src/appointment.c
Log:
text error fixed


Modified: xfcalendar/trunk/src/appointment.c
===================================================================
--- xfcalendar/trunk/src/appointment.c  2006-08-27 21:19:35 UTC (rev 22913)
+++ xfcalendar/trunk/src/appointment.c  2006-08-27 21:34:42 UTC (rev 22914)
@@ -1738,7 +1738,7 @@
         gtk_box_pack_start(GTK_BOX(apptw->appRecur_byday_spin_hbox)
                 , apptw->appRecur_byday_spin[i], FALSE, FALSE, 0);
         gtk_tooltips_set_tip(apptw->appTooltips, apptw->appRecur_byday_spin[i]
-                , _("Specify which weekday for monthly and yearly events.\n 
For example:\n Every second Wednesday each month:\n\tFrequency = 
Monthly,\n\tWeekdays = cross only Wednesday,\n\tWhich day = select 2 from the 
number below Wednesday")
+                , _("Specify which weekday for monthly and yearly events.\n 
For example:\n Second Wednesday each month:\n\tFrequency = Monthly,\n\tWeekdays 
= cross only Wednesday,\n\tWhich day = select 2 from the number below 
Wednesday")
                 , NULL);
     }
     xfcalendar_table_add_row(apptw->appTableRecur

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to