Changeset 5414 in spip-zone
- Timestamp:
- Sep 16, 2006, 6:54:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_branche_stable_/_spip_1_9_1_/Forms/forms_fonctions.php
r4000 r5414 95 95 $result = spip_query($query); 96 96 list($num) = spip_fetch_array($result); 97 $r .= "<strong>"._ L("Total desvotes")." : $num</strong>";97 $r .= "<strong>"._T("forms:total_votes")." : $num</strong>"; 98 98 99 99 $r .= "</div>\n";
Note: See TracChangeset
for help on using the changeset viewer.