Skip to content

Commit

Permalink
a little clearer description for the algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
r00tat committed May 20, 2015
1 parent 9a646a8 commit b4e6d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private void initialize() {
SpringLayout sl_panel = new SpringLayout();
this.setLayout(sl_panel);

String[] algorithms = { tr("Auto"), tr("Boofcv - high resolution"), tr("Custom - low resolution") };
String[] algorithms = { tr("Auto"), tr("Boofcv - high resolution images"), tr("Custom - low resolution images") };
algorithm = new JComboBox<>(algorithms);
algorithm.setSelectedIndex(0);

Expand Down

0 comments on commit b4e6d37

Please sign in to comment.