summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavinci@google.com <davinci@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>2013-07-12 08:33:42 +0000
committerdavinci@google.com <davinci@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>2013-07-12 08:33:42 +0000
commita693e57a3e2b2fc328030dd5a472b9ac1618d0c6 (patch)
tree9bb860959fd74bb825d51504f59e209a597f40da
parentc3a06e794db656f9774f2c618344df88c646012b (diff)
downloadresources-a693e57a3e2b2fc328030dd5a472b9ac1618d0c6.tar.gz
DATA: Change "PhoneNumberMetaData" to "PhoneNumberMetadata" throughout for consistency
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk/resources@587 ee073f10-1060-11df-b6a4-87a95322a99c
-rw-r--r--PhoneNumberAlternateFormats.xml4
-rw-r--r--PhoneNumberMetadata.xml (renamed from PhoneNumberMetaData.xml)0
-rw-r--r--PhoneNumberMetadataForTesting.xml (renamed from PhoneNumberMetaDataForTesting.xml)2
-rw-r--r--phonemetadata.proto2
4 files changed, 4 insertions, 4 deletions
diff --git a/PhoneNumberAlternateFormats.xml b/PhoneNumberAlternateFormats.xml
index 5997ac1..9fca114 100644
--- a/PhoneNumberAlternateFormats.xml
+++ b/PhoneNumberAlternateFormats.xml
@@ -18,7 +18,7 @@
Additional Phone Number Formatting information, containing alternative
formats that are commonly used when writing phone numbers in certain
countries. Note that this is in addition to the formatting information
- provided by the main PhoneNumberMetaData.xml file - formatting patterns
+ provided by the main PhoneNumberMetadata.xml file - formatting patterns
should not be duplicated.
Note also that only the most specific leading-digits pattern is present for
@@ -27,7 +27,7 @@
on alternate formatting patterns.
For regions that share a country calling code, only the region with
- mainCountryForCode set to true in PhoneNumberMetaData.xml should be present
+ mainCountryForCode set to true in PhoneNumberMetadata.xml should be present
here.
Note: Territories are in alphabetical order by their IDs, which are based on ISO 3166-1
diff --git a/PhoneNumberMetaData.xml b/PhoneNumberMetadata.xml
index 5d8e732..5d8e732 100644
--- a/PhoneNumberMetaData.xml
+++ b/PhoneNumberMetadata.xml
diff --git a/PhoneNumberMetaDataForTesting.xml b/PhoneNumberMetadataForTesting.xml
index eff33d8..055f471 100644
--- a/PhoneNumberMetaDataForTesting.xml
+++ b/PhoneNumberMetadataForTesting.xml
@@ -16,7 +16,7 @@
MetaData on Phone Number Plan and formatting rules. This file is used
solely for the purpose of unittesting, so data in this file is not
- necessarily consistent with that of PhoneNumberMetaData.xml.
+ necessarily consistent with that of PhoneNumberMetadata.xml.
-->
<phoneNumberMetadata>
diff --git a/phonemetadata.proto b/phonemetadata.proto
index ecd3ba2..87f4c1e 100644
--- a/phonemetadata.proto
+++ b/phonemetadata.proto
@@ -16,7 +16,7 @@
// Definition of protocol buffer for holding metadata for international
// telephone numbers. The fields here correspond exactly to those in
-// resources/PhoneNumberMetaData.xml.
+// resources/PhoneNumberMetadata.xml.
// @author Shaopeng Jia
syntax = "proto2";