Plugin Directory

Changeset 1586462


Ignore:
Timestamp:
02/01/2017 12:25:14 PM (9 years ago)
Author:
ionutmorariu
Message:

CHG: description update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scale-lite-tools/trunk/inc/sl-google-maps/class-slt-gmap-meta-fields.php

    r1586453 r1586462  
    2020    array(
    2121      'id' => 'map-latitude',
    22       'label' => 'Latitude coordinate',
     22      'label' => 'Lat coordinate',
    2323      'type' => 'text',
    2424    ),
    2525    array(
    2626      'id' => 'map-longitude',
    27       'label' => 'Longitude coordinate',
     27      'label' => 'Long coordinate',
    2828      'type' => 'text',
    2929    ),
     
    136136                '<div class="slt-map-address-container">
    137137                  <div class="slt-map-address">
    138                     <textarea placeholder="%s" class="large-text" id="%s" name="%s" rows="4">%s</textarea><p class="description">Paste here an address, then double click on preview map to generate coordinates where your map will be centered.</p>
     138                    <textarea placeholder="%s" class="large-text" id="%s" name="%s" rows="4">%s</textarea><p class="description">Paste here an address, then click preview map. If you only have one marker, map will be centered there. If you have multiple markers double click on preview map to update coordinates where your map will be centered.</p>
    139139                  </div>
    140140                  <input name="save" type="button" class="button button-primary button-large" id="slt-preview" value="Preview map">
Note: See TracChangeset for help on using the changeset viewer.