Skip to content

Commit

Permalink
Replace 'filter_match_type' by 'filter_match_type_label'
Browse files Browse the repository at this point in the history
This is step 2/2 of a fix to make the label string name more consistent,
without breaking translations.

See f932c3a for step 1.
  • Loading branch information
dregad committed Oct 24, 2015
1 parent 73e5f8c commit 48593d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/filter_api.php
Expand Up @@ -3393,7 +3393,7 @@ function filter_draw_selection_area2( $p_page_number, $p_for_screen = true, $p_e
<a id="match_type_filter"
href="<?php echo $t_filters_url . FILTER_PROPERTY_MATCH_TYPE;?>"
<?php echo $t_dynamic_filter_expander_class; ?>>
<?php echo lang_get( 'filter_match_type' )?>:
<?php echo lang_get( 'filter_match_type_label' )?>
</a>
</td>
<td class="small-caption" id="match_type_filter_target">
Expand Down
1 change: 0 additions & 1 deletion lang/strings_english.txt
Expand Up @@ -1187,7 +1187,6 @@ $s_issue_id = 'Issue #';
$s_recently_visited = 'Recently Visited';
$s_priority_abbreviation = 'P';
$s_note_user_id_label = 'Note By:';
$s_filter_match_type = 'Match Type';
$s_filter_match_type_label = 'Match Type:';
$s_filter_match_all = 'All Conditions';
$s_filter_match_any = 'Any Condition';
Expand Down

0 comments on commit 48593d3

Please sign in to comment.