Changeset 7331

Show
Ignore:
Timestamp:
03/16/08 12:21:03 (6 months ago)
Author:
westi
Message:

Fix my poor spelling. Props dickie.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/index.php

    r7330 r7331  
    8686// There is always a category 
    8787$sentence = sprintf( __( 'You have %1$s, contained within %2$s and %3$s.' ), $post_type_text, $cats_text, $tags_text ); 
    88 $sentence = apply_filters( 'dashboard_count_sentance', $sentence, $post_type_text, $cats_text, $tags_text ); 
     88$sentence = apply_filters( 'dashboard_count_sentence', $sentence, $post_type_text, $cats_text, $tags_text ); 
    8989 
    9090?>