Skip to content

Commit

Permalink
Fixed capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Jun 26, 2003
1 parent 0a5f86a commit e15eef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/gallery/GalleryRemote/prefs/GeneralPanel.java
Expand Up @@ -27,7 +27,7 @@ public class GeneralPanel extends PreferencePanel implements PreferenceNames {
GridBagLayout gridBagLayout2 = new GridBagLayout();
JLabel jLabel3 = new JLabel();
JComboBox logLevel = new JComboBox(new String[] {"Only critical errors", "Critical and normal errors",
"Also print information messages", "detailed, very verbose log"});
"Also print information messages", "Detailed, very verbose log"});
JPanel jPanel3 = new JPanel();
JPanel jPanel4 = new JPanel();
JCheckBox updateCheck = new JCheckBox();
Expand Down

0 comments on commit e15eef4

Please sign in to comment.