Changeset 15664 for trunk/templates
- Timestamp:
- 11/08/11 02:19:15 (7 months ago)
- File:
-
- 1 edited
-
trunk/templates/base/scripts/BxBaseCmtsView.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseCmtsView.php
r15590 r15664 318 318 319 319 if ($isJustPosted && $n && !$isEditAllowedPermanently) 320 $sRet .= _t('_ (available for <span>N</span> seconds)', $n);320 $sRet .= _t('_available_for_n_seconds', $n); 321 321 322 322 $sRet .= '</td><td class="' . $this->_sStylePrefix . '-cont-r"> </td></tr>';
Note: See TracChangeset
for help on using the changeset viewer.