Skip to content

Commit a2c3005

Browse files
Series Settings Issue #119
1 parent fe328bd commit a2c3005

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

classes/Visualizer/Render/Sidebar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ protected function _renderFormatField( $index = 0 ) {
526526
esc_html__( 'Number Format', 'visualizer' ),
527527
'series[' . $index . '][format]',
528528
isset( $this->series[ $index ]['format'] ) ? $this->series[ $index ]['format'] : '',
529-
sprintf( esc_html__( 'Enter custom format pattern to apply to this series value, similar to the %1$sICU pattern set%1$s. Use something like #,### to get 1,234 as output, or $# to add dollar sign before digits. Pay attention that if you use &#37; percentage format then your values will be multiplied by 100.', 'visualizer' ), '<a href="http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details" target="_blank">', '</a>' ),
529+
sprintf( esc_html__( 'Enter custom format pattern to apply to this series value, similar to the %1$sICU pattern set%2$s. Use something like #,### to get 1,234 as output, or $# to add dollar sign before digits. Pay attention that if you use &#37; percentage format then your values will be multiplied by 100.', 'visualizer' ), '<a href="http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details" target="_blank">', '</a>' ),
530530
'#,###.##'
531531
);
532532
break;
@@ -537,7 +537,7 @@ protected function _renderFormatField( $index = 0 ) {
537537
esc_html__( 'Date Format', 'visualizer' ),
538538
'series[' . $index . '][format]',
539539
isset( $this->series[ $index ]['format'] ) ? $this->series[ $index ]['format'] : '',
540-
sprintf( esc_html__( 'Enter custom format pattern to apply to this series value, similar to the %1$sICU date and time format%1$s.', 'visualizer' ), '<a href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" target="_blank">', '</a>' ),
540+
sprintf( esc_html__( 'Enter custom format pattern to apply to this series value, similar to the %1$sICU date and time format%2$s.', 'visualizer' ), '<a href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" target="_blank">', '</a>' ),
541541
'eeee, dd LLLL yyyy'
542542
);
543543
break;

languages/visualizer.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: Visualizer: Charts and Graphs Lite 1.7.2\n"
66
"Report-Msgid-Bugs-To: https://github.com/Codeinwp/visualizer/issues\n"
7-
"POT-Creation-Date: 2016-12-09 11:26:28+00:00\n"
7+
"POT-Creation-Date: 2016-12-09 11:58:16+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -1318,7 +1318,7 @@ msgstr ""
13181318
#: classes/Visualizer/Render/Sidebar.php:529
13191319
msgid ""
13201320
"Enter custom format pattern to apply to this series value, similar to the "
1321-
"%1$sICU pattern set%1$s. Use something like #,### to get 1,234 as output, "
1321+
"%1$sICU pattern set%2$s. Use something like #,### to get 1,234 as output, "
13221322
"or $# to add dollar sign before digits. Pay attention that if you use &#37; "
13231323
"percentage format then your values will be multiplied by 100."
13241324
msgstr ""
@@ -1330,7 +1330,7 @@ msgstr ""
13301330
#: classes/Visualizer/Render/Sidebar.php:540
13311331
msgid ""
13321332
"Enter custom format pattern to apply to this series value, similar to the "
1333-
"%1$sICU date and time format%1$s."
1333+
"%1$sICU date and time format%2$s."
13341334
msgstr ""
13351335

13361336
#: classes/Visualizer/Render/Templates.php:69

0 commit comments

Comments
 (0)