| @@ -151,9 +151,16 @@ | ||
| 151 | 151 | 'style' => esc_html__( 'Style', 'visualizer' ), |
| 152 | 152 | 'tooltip' => esc_html__( 'Tooltip', 'visualizer' ), |
| 153 | 153 | 'interval' => esc_html__( 'Interval', 'visualizer' ), |
| 154 | 154 | ), |
| 155 | - sprintf( esc_html__( 'Determines whether the series has to be used for a special role as mentioned in %1$shere%2$s. You can view a few examples %3$shere%4$s.', 'visualizer' ), '<a href="https://developers.google.com/chart/interactive/docs/roles#what-roles-are-available" target="_blank">', '</a>', '<a href="https://docs.themeisle.com/article/1160-roles-for-series-visualizer" target="_blank">', '</a>' ) | |
| 155 | + sprintf( | |
| 156 | + // translators: %1$s - HTML link tag, %2$s - HTML closing link tag, %3$s - HTML link tag, %4$s - HTML closing link tag | |
| 157 | + esc_html__( 'Determines whether the series has to be used for a special role as mentioned in %1$shere%2$s. You can view a few examples %3$shere%4$s.', 'visualizer' ), | |
| 158 | + '<a href="https://developers.google.com/chart/interactive/docs/roles#what-roles-are-available" target="_blank">', | |
| 159 | + '</a>', | |
| 160 | + '<a href="https://docs.themeisle.com/article/1160-roles-for-series-visualizer" target="_blank">', | |
| 161 | + '</a>' | |
| 162 | + ) | |
| 156 | 163 | ); |
| 157 | 164 | } |
| 158 | 165 | |
| 159 | 166 | /** |