Skip to content

Commit

Permalink
minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
player0k committed Jan 19, 2015
1 parent cdf96f4 commit 620f95d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if (!defined('FW')) die('Forbidden');

$manifest = array(
'version' => '1.2.6',
'version' => '1.2.7',
'display' => false,
'standalone' => true,
'requirements' => array(
Expand Down
9 changes: 5 additions & 4 deletions shortcodes/calendar/class-fw-shortcode-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ private function load_data()
'custom' => array(
'callback' => false,
'label' => __('Custom', 'fw'),
'desc' => 'Add events to your calendar',
'options' => array(
'custom_events' => array(
'label' => __('Date & Time', 'fw'),
'label' => __('Events', 'fw'),
'popup-title' => __('Add/Edit Date & Time', 'fw'),
'type' => 'addable-popup',
'desc' => false,
Expand All @@ -34,17 +35,17 @@ private function load_data()
'title' => array(
'type' => 'text',
'label' =>__('Event Title','fw'),
'desc' => __('Set event title', 'fw'),
'desc' => __('Enter the event title', 'fw'),
),
'url' => array(
'type' => 'text',
'label' =>__('Event Url','fw'),
'desc' => __('Set evnt url (Ex: http://example.com)', 'fw'),
'desc' => __('Enter the event url (Ex: http://your-domain.com/event)', 'fw'),
),
'calendar_date_range' => array(
'type' => 'datetime-range',
'label' => __('Date & Time','fw'),
'desc' => __('Set start and end calendar datetime','fw'),
'desc' => __('Enter the event date & time of the event','fw'),
'datetime-pickers' => array(
'from' => array(
'maxDate' => '2038/01/19',
Expand Down

0 comments on commit 620f95d

Please sign in to comment.