Plugin Directory

Changeset 1586471


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

CHG: description

File:
1 edited

Legend:

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

    r1586465 r1586471  
    195195            case 'width':
    196196              $input = sprintf(
    197                 '<input %s id="%s" name="%s" type="%s" value="%s"><p class="description">Width of the map in pixels. e.g. 550. Leave empty defaults to 100 procent.</p>',
     197                '<input %s id="%s" name="%s" type="%s" value="%s"><p class="description">Width of the map in pixels. e.g. 350. If empty, it defaults to 100%%.</p>',
    198198                $field['type'] !== 'color' ? 'class="semi-large-text"' : '',
    199199                $field['id'],
     
    205205            case 'height':
    206206              $input = sprintf(
    207                 '<input %s id="%s" name="%s" type="%s" value="%s"><p class="description">Height of the map in pixels. e.g. 550</p>',
     207                '<input %s id="%s" name="%s" type="%s" value="%s"><p class="description">Height of the map in pixels. e.g. 520</p>',
    208208                $field['type'] !== 'color' ? 'class="semi-large-text"' : '',
    209209                $field['id'],
Note: See TracChangeset for help on using the changeset viewer.