Skip to content

Commit

Permalink
Merge pull request #691 from pedro-mendonca/develop
Browse files Browse the repository at this point in the history
Correct 'old' option string text
  • Loading branch information
ocean90 committed Mar 15, 2017
2 parents 3bf9241 + 182e0e5 commit c2b4d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gp-templates/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
array(
'current_or_waiting_or_fuzzy_or_untranslated' => __( 'Current/waiting/fuzzy + untranslated (All)', 'glotpress' ),
'current' => __( 'Current only', 'glotpress' ),
'old' => __( 'Approved, but obsoleted by another string', 'glotpress' ),
'old' => __( 'Approved, but obsoleted by another translation', 'glotpress' ),
'waiting' => __( 'Waiting approval', 'glotpress' ),
'rejected' => __( 'Rejected', 'glotpress' ),
'untranslated' => __( 'Without current translation', 'glotpress' ),
Expand Down

0 comments on commit c2b4d3c

Please sign in to comment.