Skip to content

Commit

Permalink
Merge pull request joomla#390 from chdemko/26491
Browse files Browse the repository at this point in the history
Joomla CMS [#26491] Date Icon "string untranslated"
  • Loading branch information
eddieajau committed Sep 25, 2011
2 parents db7305d + aef8324 commit 93e16d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/joomla/html/html/behavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -965,8 +965,8 @@ protected static function _calendartranslation()
. JText::_('JLIB_HTML_BEHAVIOR_DISPLAY_S_FIRST', true) . '";' . ' Calendar._TT["WEEKEND"] = "0,6";' . ' Calendar._TT["CLOSE"] = "'
. JText::_('JLIB_HTML_BEHAVIOR_CLOSE', true) . '";' . ' Calendar._TT["TODAY"] = "' . JText::_('JLIB_HTML_BEHAVIOR_TODAY', true)
. '";' . ' Calendar._TT["TIME_PART"] = "' . JText::_('JLIB_HTML_BEHAVIOR_SHIFT_CLICK_OR_DRAG_TO_CHANGE_VALUE', true) . '";'
. ' Calendar._TT["DEF_DATE_FORMAT"] = "' . JText::_('%Y-%m-%d', true) . '";' . ' Calendar._TT["TT_DATE_FORMAT"] = "'
. JText::_('%a, %b %e', true) . '";' . ' Calendar._TT["WK"] = "' . JText::_('JLIB_HTML_BEHAVIOR_WK', true) . '";'
. ' Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";' . ' Calendar._TT["TT_DATE_FORMAT"] = "'
. JText::_('JLIB_HTML_BEHAVIOR_TT_DATE_FORMAT', true) . '";' . ' Calendar._TT["WK"] = "' . JText::_('JLIB_HTML_BEHAVIOR_WK', true) . '";'
. ' Calendar._TT["TIME"] = "' . JText::_('JLIB_HTML_BEHAVIOR_TIME', true) . '";';
$jsscript = 1;
return $return;
Expand Down

0 comments on commit 93e16d2

Please sign in to comment.