Skip to content

Commit aaca192

Browse files
committed
Improved text description for frontend links.
1 parent 6004428 commit aaca192

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

classes/Visualizer/Module/Frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function renderChart( $atts ) {
257257
}
258258

259259
$actions_div .= apply_filters( 'visualizer_action_attributes', '', $key, $atts['id'] );
260-
$actions_div .= '>' . $label . '</a>';
260+
$actions_div .= '>' . $label . '</a> &nbsp;';
261261
}
262262

263263
$actions_div .= '</div>';

classes/Visualizer/Render/Sidebar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ protected function _renderChartTitleSettings() {
147147
* @access protected
148148
*/
149149
protected function _renderAdvancedSettings() {
150-
self::_renderGroupStart( esc_html__( 'Advanced Settings', 'visualizer' ) );
150+
self::_renderGroupStart( esc_html__( 'Frontend Actions', 'visualizer' ) );
151151
self::_renderSectionStart();
152-
self::_renderSectionDescription( esc_html__( 'Configure advanced functionality here.', 'visualizer' ) );
152+
self::_renderSectionDescription( esc_html__( 'Configure frontend actions here.', 'visualizer' ) );
153153
self::_renderSectionEnd();
154154

155155
$this->_renderActionSettings();

languages/visualizer.pot

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the GPL v2.0 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Visualizer: Charts and Graphs Lite 2.1.9\n"
5+
"Project-Id-Version: Visualizer: Charts and Graphs Lite 2.2.0\n"
66
"Report-Msgid-Bugs-To: https://github.com/Codeinwp/visualizer/issues\n"
7-
"POT-Creation-Date: 2017-08-12 09:32:31+00:00\n"
7+
"POT-Creation-Date: 2017-08-16 11:04:21+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -375,7 +375,6 @@ msgid "View Editor"
375375
msgstr ""
376376

377377
#: classes/Visualizer/Render/Page/Data.php:243
378-
#: classes/Visualizer/Render/Sidebar.php:150
379378
msgid "Advanced Settings"
380379
msgstr ""
381380

@@ -1405,8 +1404,12 @@ msgstr ""
14051404
msgid "Aligned to the end of the allocated area"
14061405
msgstr ""
14071406

1407+
#: classes/Visualizer/Render/Sidebar.php:150
1408+
msgid "Frontend Actions"
1409+
msgstr ""
1410+
14081411
#: classes/Visualizer/Render/Sidebar.php:152
1409-
msgid "Configure advanced functionality here."
1412+
msgid "Configure frontend actions here."
14101413
msgstr ""
14111414

14121415
#: classes/Visualizer/Render/Sidebar.php:165

0 commit comments

Comments
 (0)