Plugin Directory

Changeset 1468412


Ignore:
Timestamp:
08/05/2016 09:46:28 AM (10 years ago)
Author:
codecookies
Message:

Minor changes in the descriptions of shortcodes

Location:
cc-essentials
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • cc-essentials/tags/1.0.0/languages/cc-essentials-en_GB.po

    r1436897 r1468412  
    33msgid ""
    44msgstr ""
    5 "PO-Revision-Date: 2016-06-15 11:25+0530\n"
     5"PO-Revision-Date: 2016-08-05 15:11+0530\n"
    66"MIME-Version: 1.0\n"
    77"Content-Type: text/plain; charset=UTF-8\n"
     
    10581058
    10591059#: shortcodes/config.php:628
    1060 msgid "Enter the width of the map in px, em or %. Default is <i>350px</i>."
    1061 msgstr "Enter the width of the map in px, em or %. Default is <i>350px</i>."
     1060msgid "Enter the height of the map in px, em or %. Default is <i>350px</i>."
     1061msgstr "Enter the height of the map in px, em or %. Default is <i>350px</i>."
    10621062
    10631063#: shortcodes/config.php:633
     
    10741074
    10751075#: shortcodes/config.php:640
    1076 msgid "Choose a map style."
    1077 msgstr "Choose a map style."
     1076msgid "Choose a style for the map."
     1077msgstr "Choose a style for the map."
    10781078
    10791079#: shortcodes/config.php:643
  • cc-essentials/tags/1.0.0/languages/cc-essentials-en_US.po

    r1436372 r1468412  
    22msgstr ""
    33"Project-Id-Version: CC Essentials\n"
    4 "POT-Creation-Date: 2016-06-14 16:39+0530\n"
    5 "PO-Revision-Date: 2016-06-14 16:40+0530\n"
     4"POT-Creation-Date: 2016-08-05 15:09+0530\n"
     5"PO-Revision-Date: 2016-08-05 15:09+0530\n"
    66"Last-Translator: CodeCookies\n"
    77"Language-Team: CodeCookies\n"
     
    10871087
    10881088#: shortcodes/config.php:628
    1089 msgid "Enter the width of the map in px, em or %. Default is <i>350px</i>."
     1089msgid "Enter the height of the map in px, em or %. Default is <i>350px</i>."
    10901090msgstr ""
    10911091
     
    11031103
    11041104#: shortcodes/config.php:640
    1105 msgid "Choose a map style."
     1105msgid "Choose a style for the map."
    11061106msgstr ""
    11071107
  • cc-essentials/tags/1.0.0/shortcodes/config.php

    r1436372 r1468412  
    626626            'type'  => 'text',
    627627            'label' => __( 'Height', 'cc-essentials' ),
    628             'desc'  => __( 'Enter the width of the map in px, em or %. Default is <i>350px</i>.', 'cc-essentials' )
     628            'desc'  => __( 'Enter the height of the map in px, em or %. Default is <i>350px</i>.', 'cc-essentials' )
    629629        ),
    630630        'zoom' => array(
     
    638638            'type'    => 'select',
    639639            'label'   => __( 'Map style', 'cc-essentials' ),
    640             'desc'    => __( 'Choose a map style.', 'cc-essentials' ),
     640            'desc'    => __( 'Choose a style for the map.', 'cc-essentials' ),
    641641            'options' => array(
    642642                'none'             => __( 'None', 'cc-essentials' ),
  • cc-essentials/trunk/languages/cc-essentials-en_GB.po

    r1436897 r1468412  
    33msgid ""
    44msgstr ""
    5 "PO-Revision-Date: 2016-06-15 11:25+0530\n"
     5"PO-Revision-Date: 2016-08-05 15:11+0530\n"
    66"MIME-Version: 1.0\n"
    77"Content-Type: text/plain; charset=UTF-8\n"
     
    10581058
    10591059#: shortcodes/config.php:628
    1060 msgid "Enter the width of the map in px, em or %. Default is <i>350px</i>."
    1061 msgstr "Enter the width of the map in px, em or %. Default is <i>350px</i>."
     1060msgid "Enter the height of the map in px, em or %. Default is <i>350px</i>."
     1061msgstr "Enter the height of the map in px, em or %. Default is <i>350px</i>."
    10621062
    10631063#: shortcodes/config.php:633
     
    10741074
    10751075#: shortcodes/config.php:640
    1076 msgid "Choose a map style."
    1077 msgstr "Choose a map style."
     1076msgid "Choose a style for the map."
     1077msgstr "Choose a style for the map."
    10781078
    10791079#: shortcodes/config.php:643
  • cc-essentials/trunk/languages/cc-essentials-en_US.po

    r1436372 r1468412  
    22msgstr ""
    33"Project-Id-Version: CC Essentials\n"
    4 "POT-Creation-Date: 2016-06-14 16:39+0530\n"
    5 "PO-Revision-Date: 2016-06-14 16:40+0530\n"
     4"POT-Creation-Date: 2016-08-05 15:09+0530\n"
     5"PO-Revision-Date: 2016-08-05 15:09+0530\n"
    66"Last-Translator: CodeCookies\n"
    77"Language-Team: CodeCookies\n"
     
    10871087
    10881088#: shortcodes/config.php:628
    1089 msgid "Enter the width of the map in px, em or %. Default is <i>350px</i>."
     1089msgid "Enter the height of the map in px, em or %. Default is <i>350px</i>."
    10901090msgstr ""
    10911091
     
    11031103
    11041104#: shortcodes/config.php:640
    1105 msgid "Choose a map style."
     1105msgid "Choose a style for the map."
    11061106msgstr ""
    11071107
  • cc-essentials/trunk/shortcodes/config.php

    r1436372 r1468412  
    626626            'type'  => 'text',
    627627            'label' => __( 'Height', 'cc-essentials' ),
    628             'desc'  => __( 'Enter the width of the map in px, em or %. Default is <i>350px</i>.', 'cc-essentials' )
     628            'desc'  => __( 'Enter the height of the map in px, em or %. Default is <i>350px</i>.', 'cc-essentials' )
    629629        ),
    630630        'zoom' => array(
     
    638638            'type'    => 'select',
    639639            'label'   => __( 'Map style', 'cc-essentials' ),
    640             'desc'    => __( 'Choose a map style.', 'cc-essentials' ),
     640            'desc'    => __( 'Choose a style for the map.', 'cc-essentials' ),
    641641            'options' => array(
    642642                'none'             => __( 'None', 'cc-essentials' ),
Note: See TracChangeset for help on using the changeset viewer.