PennMUSH Community
Show
Ignore:
Timestamp:
12/28/07 19:57:17 (1 year ago)
Author:
shawnw
Message:

Merge devel into trunk for p6 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/src/atr_tab.c

    r1117 r1167  
    366366{ 
    367367  char *b = list_attribs(); 
    368   notify_format(player, "Attribs: %s", lc ? strlower(b) : b); 
     368  notify_format(player, T("Attribs: %s"), lc ? strlower(b) : b); 
    369369} 
    370370