Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 11532)
+++ wp-includes/functions.php	(working copy)
@@ -3246,7 +3246,7 @@
 			$selectcontinent = '';
 			if ( !empty($city) ) {
 				$selectcontinent = $continent;
-				$structure .= '<optgroup label="'. esc_attr( translate( $continent ) ) .'">' . "\n"; // continent
+				$structure .= '<optgroup label="'. esc_attr( translate( $continent, "continents-cities" ) ) .'">' . "\n"; // continent
 			}
 		}
 
