Changeset 1040 for trunk


Ignore:
Timestamp:
10/16/09 14:57:50 (3 years ago)
Author:
james
Message:

fix broken abstract

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/complex_card.tcl

    r936 r1040  
    2929 
    3030bMotion_abstract_register "card_suits" { 
    31         "clubs" "hearts" "spades" "diamonds" "%PLURAL{%VAR{sillyThings}{strip}}" 
     31        "clubs" "hearts" "spades" "diamonds" "%VAR{sillyThings:strip,plural}" 
    3232} 
     33 
     34bMotion_abstract_add_filter "card_suits" "%PLURAL" 
     35 
Note: See TracChangeset for help on using the changeset viewer.