Merge pull request #3166 from phillprice/patch-2

Update DropdownField.php
This commit is contained in:
Simon Welsh 2014-05-28 21:38:10 +10:00
commit e75f222fa5

View File

@ -38,7 +38,7 @@
* 'Country',
* array(
* 'NZ' => 'New Zealand',
* 'US' => 'United States'
* 'US' => 'United States',
* 'GEM'=> 'Germany'
* )
* );