summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 6faa6afb6..e2dbfdc90 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -3283,8 +3283,8 @@ function hook_token_info_alter(&$data) {
* @see _country_get_predefined_list()
*/
function hook_countries_alter(&$countries) {
- // Quebec has seceded from Canada. Add to country list.
- $countries['QC'] = 'Quebec';
+ // Elbonia is now independent, so add it to the country list.
+ $countries['EB'] = 'Elbonia';
}
/**