Skip to content

Commit f7d4b93

Browse files
committed
datePicker: add currentText to the existing description
Fixes jquerygh-273
1 parent d878091 commit f7d4b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/datepicker.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
<desc>The list of abbreviated month names, as used in the month header on each datepicker and as requested via the <a href="#option-dateFormat"><code>dateFormat</code></a> option.</desc>
361361
</option>
362362
<option name="navigationAsDateFormat" type="Boolean" default="false" example-value="true">
363-
<desc>Whether the <a href="#option-prevText"><code>prevText</code></a> and <a href="#option-nextText"><code>nextText</code></a> options should be parsed as dates by the <code><a href="#utility-formatDate"><code>formatDate</code></a></code> function, allowing them to display the target month names for example.</desc>
363+
<desc>Whether the <a href="#option-currentText"><code>currentText</code></a>, <a href="#option-prevText"><code>prevText</code></a> and <a href="#option-nextText"><code>nextText</code></a> options should be parsed as dates by the <code><a href="#utility-formatDate"><code>formatDate</code></a></code> function, allowing them to display the target month names for example.</desc>
364364
</option>
365365
<option name="nextText" type="String" default='"Next"' example-value='"Later"'>
366366
<desc>The text to display for the next month link. With the standard ThemeRoller styling, this value is replaced by an icon.</desc>

0 commit comments

Comments
 (0)