Author: kwright
Date: Wed Oct  9 21:13:59 2013
New Revision: 1530795

URL: http://svn.apache.org/r1530795
Log:
Fix for CONNECTORS-784.

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp
    
manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties
    
manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties

Modified: manifoldcf/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1530795&r1=1530794&r2=1530795&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed Oct  9 21:13:59 2013
@@ -3,6 +3,10 @@ $Id$
 
 ======================= 1.4-dev =====================
 
+CONNECTORS-784: Fix incorrect no-day-of-month-selected message
+when viewing a schedule record.
+(Adrian Conlon, Karl Wright)
+
 CONNECTORS-783: Add support for limiting the amount of counting
 needed for the job status page.
 (Hiroshi Tatsumi, Karl Wright)

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp?rev=1530795&r1=1530794&r2=1530795&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp Wed Oct  
9 21:13:59 2013
@@ -446,7 +446,7 @@
                                        if (srDayOfMonth == null)
                                        {
                                                if (srDayOfWeek == null && 
srHourOfDay == null && srMinutesOfHour == null)
-                                                       out.println(" 
"+Messages.getBodyString(pageContext.getRequest().getLocale(),"viewjob.onthe1stofthemonth"));
+                                                       out.println(" 
"+Messages.getBodyString(pageContext.getRequest().getLocale(),"viewjob.onanydayofthemonth"));
                                        }
                                        else
                                        {

Modified: 
manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties?rev=1530795&r1=1530794&r2=1530795&view=diff
==============================================================================
--- 
manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties
 (original)
+++ 
manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties
 Wed Oct  9 21:13:59 2013
@@ -793,6 +793,7 @@ viewjob.September=September
 viewjob.October=October
 viewjob.November=November
 viewjob.December=December
+viewjob.onanydayofthemonth=on any day of the month
 viewjob.onthe1stofthemonth=on the 1st of the month
 viewjob.onthe=on the
 viewjob.ofthemonth=of the month

Modified: 
manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties?rev=1530795&r1=1530794&r2=1530795&view=diff
==============================================================================
--- 
manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties
 (original)
+++ 
manifoldcf/trunk/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties
 Wed Oct  9 21:13:59 2013
@@ -794,6 +794,7 @@ viewjob.September=9月
 viewjob.October=10月
 viewjob.November=11月
 viewjob.December=12月
+viewjob.onanydayofthemonth=すべての日
 viewjob.onthe1stofthemonth=on the 1st of the month
 viewjob.onthe=on the
 viewjob.ofthemonth=of the month


Reply via email to