Skip to content

Commit

Permalink
Added hint for "Deflate" to compression level
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolocust committed Feb 27, 2022
1 parent 4381934 commit b3da3c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void handleCompressionLevelMenuItemAction(ActionEvent evt) {
if (compressionStrength != null) {
_compressionLevel = (int) compressionStrength;
final String msg = I18N.getString("compressionLevelChange.text") + " ";
Log.i("{0}{1}", true, msg, selectedItem.getText());
Log.i("{0}{1} {2}", true, msg, selectedItem.getText(), "(Deflate)");
}
}

Expand Down

0 comments on commit b3da3c8

Please sign in to comment.