Add explaining comment

This commit is contained in:
Michal Čihař 2013-08-24 09:11:24 +02:00
parent 41dffb6469
commit 0fecb355da

View File

@ -158,6 +158,7 @@ foreach ($gis_types as $gis_type) {
}
echo '</select>';
echo '&nbsp;&nbsp;&nbsp;&nbsp;';
/* l10n: Spatial Reference System Identifier */
echo '<label for="srid">' . __('SRID:') . '</label>';
echo '<input name="gis_data[srid]" type="text" value="' . $srid . '" />';
echo '</div>';