Ignore:
Timestamp:
09/15/09 16:25:21 (3 years ago)
Author:
james
Message:

fix some abstracts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstracts/en/abstracts.tcl

    r1032 r1038  
    522522        "r" 
    523523        "more fun than a bucket of anchovies" 
    524         "more fun than a bucket of %VAR{sillyThings}{strip}" 
     524        "more fun than a bucket of %VAR{sillyThings:strip}" 
    525525        "yes" 
    526526        "no" 
     
    10641064        "Here Comes The Cheese" 
    10651065        "Ow" 
    1066         "%VAR{sillyThings}{strip}" 
     1066        "%VAR{sillyThings:strip}" 
    10671067} 
    10681068 
     
    13971397        "=Error %REPEAT{3:6:%NUMBER{100}}+++" 
    13981398        "%REPEAT{3:12:?}+++" 
    1399         "Warning : Excess %VAR{sillyThings}{strip}" 
     1399        "Warning : Excess %VAR{sillyThings:strip}" 
    14001400        "Data Lost+++" 
    14011401        ": Redo From Start+++" 
     
    40234023        "Nine Inch Nails" 
    40244024        "Nirvana" 
    4025         "DJ %VAR{sillyThings}{strip}" 
     4025        "DJ %VAR{sillyThings:strip}" 
    40264026        "%ruser" 
    40274027        "Unknown Artist" 
     
    43204320        "%ruser" 
    43214321        "how much they like the %VAR{bb_places}" 
    4322         "how much they like %VAR{sillyThings}{strip}" 
     4322        "how much they like %VAR{sillyThings:strip}" 
    43234323        "how much they like %me" 
    43244324        "nominations" 
     
    43744374bMotion_abstract_register "weather" { 
    43754375        "Today's forecast is %VAR{weathertypes}" 
    4376         "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{sillyThings}{strip}" 
     4376        "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{sillyThings:strip}" 
    43774377        "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{weathertypes}" 
    4378         "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{sillyThings}{strip} moving in from the %VAR{compass}" 
     4378        "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{sillyThings:strip} moving in from the %VAR{compass}" 
    43794379        "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{weathertypes} moving in from the %VAR{compass}" 
    43804380} 
Note: See TracChangeset for help on using the changeset viewer.