Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr authored Dec 25, 2024
1 parent e9db7fb commit 8cf99d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/omegat/gui/matches/MatchesVarExpansion.java
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private String expandMatchSource(String localTemplate, NearString.MATCH_SOURCE c
return localTemplate.replace(VAR_MATCH_SOURCE, OStrings.getString("MATCHES_VAR_EXPANSION_MATCH_COMES_FROM_FILES"));
case MEMORY:
return localTemplate.replace(VAR_MATCH_SOURCE, OStrings.getString("MATCHES_VAR_EXPANSION_MATCH_COMES_FROM_MEMORY"));
case TM_SUBSEG:
case SUBSEGMENTS:
return localTemplate.replace(VAR_MATCH_SOURCE, OStrings.getString(
"MATCHES_VAR_EXPANSION_MATCH_COMES_FROM_TM_SUBSEG") + " ");
default:
Expand Down

0 comments on commit 8cf99d0

Please sign in to comment.