Skip to content

Commit

Permalink
remove 'show' from activity filter labels
Browse files Browse the repository at this point in the history
fixes #419
  • Loading branch information
JonathanReeve committed Jul 18, 2014
1 parent 66d9604 commit 57962b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,9 @@ function bp_docs_prefetch_activity_object_data( $activities ) {
function bp_docs_activity_filter_options() {
?>

<option value="bp_doc_created"><?php _e( 'Show New Docs', 'bp-docs' ); ?></option>
<option value="bp_doc_edited"><?php _e( 'Show Doc Edits', 'bp-docs' ); ?></option>
<option value="bp_doc_comment"><?php _e( 'Show Doc Comments', 'bp-docs' ); ?></option>
<option value="bp_doc_created"><?php _e( 'New Docs', 'bp-docs' ); ?></option>
<option value="bp_doc_edited"><?php _e( 'Doc Edits', 'bp-docs' ); ?></option>
<option value="bp_doc_comment"><?php _e( 'Doc Comments', 'bp-docs' ); ?></option>

<?php
}
Expand Down

0 comments on commit 57962b9

Please sign in to comment.