Small patch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Small patch

Scott Gray
ContentUiLabels.properties has incorrect ampersands for "from date &
time" and "thru date & time", attached is a patch to fix it

Regards
Scott

Index: applications/content/config/ContentUiLabels.properties
===================================================================
--- applications/content/config/ContentUiLabels.properties (revision 431866)
+++ applications/content/config/ContentUiLabels.properties (working copy)
@@ -189,8 +189,8 @@
 FormFieldTitle_cookieDomain=Cookie Domain
 FormFieldTitle_partyId=Party Id
 FormFieldTitle_roleTypeId=Role Type Id
-FormFieldTitle_fromDate=From Date & Time
-FormFieldTitle_thruDate=Thru Date & Time
+FormFieldTitle_fromDate=From Date & Time
+FormFieldTitle_thruDate=Thru Date & Time
 FormFieldTitle_surveyId=Survey Id
 FormFieldTitle_surveyName=Survey Name
 FormFieldTitle_comments=Comments
Reply | Threaded
Open this post in threaded view
|

Re: Small patch

Jacopo Cappellato
Thanks Scott,

it's in rev 431868

Jacopo

Scott Gray wrote:
> ContentUiLabels.properties has incorrect ampersands for "from date &
> time" and "thru date & time", attached is a patch to fix it
>
> Regards
> Scott
>
Reply | Threaded
Open this post in threaded view
|

Re: Small patch

Scott Gray
Thanks Jacopo

p.s. I'm on the commit mailing list so you don't need to send me a
confirmation if you don't want to :-)


Jacopo Cappellato wrote:

> Thanks Scott,
>
> it's in rev 431868
>
> Jacopo
>
> Scott Gray wrote:
>> ContentUiLabels.properties has incorrect ampersands for "from date &
>> time" and "thru date & time", attached is a patch to fix it
>>
>> Regards
>> Scott
>>
>