Hi, Suggested patches for mobile alert locale files.
1. Added header 2. Added en_AU 3. removed spaces I'm not 100% sure how spaces are handled on either side of the = sign so best to avoid and be consistent with other locale files I think. No had 2 spaces before which could be bad 4. Changed Ok to OK which I believe is how it is normally written ### Eclipse Workspace Patch 1.0 #P Apache Flex SVN Index: whiteboard/quetwo/MobileAlert/locale/en_AU/MobileAlert.properties =================================================================== --- whiteboard/quetwo/MobileAlert/locale/en_AU/MobileAlert.properties (revision 1301335) +++ whiteboard/quetwo/MobileAlert/locale/en_AU/MobileAlert.properties (working copy) @@ -1,4 +1,22 @@ -OkLabel = OK -CancelLabel = Cancel -YesLabel = Yes -NoLabel = No \ No newline at end of file +################################################################################ +## +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## +################################################################################ +OkLabel=OK +CancelLabel=Cancel +YesLabel=Yes +NoLabel=No \ No newline at end of file ### Eclipse Workspace Patch 1.0 #P Apache Flex SVN Index: whiteboard/quetwo/MobileAlert/locale/en_US/MobileAlert.properties =================================================================== --- whiteboard/quetwo/MobileAlert/locale/en_US/MobileAlert.properties (revision 1301352) +++ whiteboard/quetwo/MobileAlert/locale/en_US/MobileAlert.properties (working copy) @@ -1,4 +1,22 @@ -OkLabel = Ok -CancelLabel = Cancel -YesLabel = Yes -NoLabel = No \ No newline at end of file +################################################################################ +## +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## +################################################################################ +OkLabel=OK +CancelLabel=Cancel +YesLabel=Yes +NoLabel=No \ No newline at end of file Thanks, Justin
