Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
refactor: gave tmYellowTextDesc string a more meaningful name (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Oct 10, 2016
1 parent 248bf94 commit 004165e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ String undoUnsuccessful(@PluralCount int unsuccessfulCount,
String tmDelTagDesc();

@DefaultMessage("Text contained in both search term and TM")
String tmYellowTextDesc();
String tmHighlightTextDesc();

@DefaultMessage("New replacement text")
String searchReplaceInsertTagDesc();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void show(ShortcutContext context, DiffMode diffMode) {

searchOnlyDescription.setText(messages.tmInsertTagDesc());
tmOnlyDescription.setText(messages.tmDelTagDesc());
matchDescription.setText(messages.tmYellowTextDesc());
matchDescription.setText(messages.tmHighlightTextDesc());

if (diffMode == DiffMode.NORMAL) {
showTableRow(absentLabel, false);
Expand Down

0 comments on commit 004165e

Please sign in to comment.