summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/googlemap/flags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/googlemap/flags.php b/modules/googlemap/flags.php
index adad0dd378..aba72c0215 100644
--- a/modules/googlemap/flags.php
+++ b/modules/googlemap/flags.php
@@ -226,7 +226,7 @@ else {
<td class="optionbox" colspan="4">
<?php echo help_link('PLE_FLAGS','googlemap'); ?>
<select name="STATESELECT" dir="ltr" onchange="selectCountry()">
- <option value="States"><?php echo /* Parts of a country */ i18n::translate('States'); ?></option>
+ <option value="States"><?php echo /* I18N: Parts of a country */ i18n::translate('States'); ?></option>
<?php foreach ($stateList as $state_key=>$state_name) {
echo "<option value=\"", $state_key, "\"";
if ($stateSelected == $state_key) echo " selected=\"selected\" ";