planner r891 - in trunk: . src



Author: kmaute
Date: Tue Mar  4 02:34:15 2008
New Revision: 891
URL: http://svn.gnome.org/viewvc/planner?rev=891&view=rev

Log:
patch to fix L10N error on % Complete string per bug # 520064

Modified:
   trunk/ChangeLog
   trunk/src/planner-task-view.c

Modified: trunk/src/planner-task-view.c
==============================================================================
--- trunk/src/planner-task-view.c	(original)
+++ trunk/src/planner-task-view.c	Tue Mar  4 02:34:15 2008
@@ -341,6 +341,11 @@
 						    COL_SLACK, _("Slack"),
 						    COL_COST, _("Cost"),
 						    COL_ASSIGNED_TO, _("Assigned to"),
+						    /* i18n: The string "% Complete" will be used in the header
+						     * of a column containing values from 0 upto 100, indicating
+						     * what part of a task has been completed. 
+						     * xgettext:no-c-format
+						     */
 						    COL_COMPLETE, _("% Complete"),
 						    -1);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]