Skip to content

Commit

Permalink
Small text changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Aug 22, 2003
1 parent 7405370 commit 86ebbed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions com/gallery/GalleryRemote/prefs/UploadPanel.java
Expand Up @@ -136,10 +136,10 @@ private void jbInit() {
"sent to the server, which lowers bandwidth usage. Only possible if " +
"ImageMagick is installed.");
resizeBeforeUpload.setText("Resize before upload");
resizeToDefault.setToolTipText("Resize to the Gallery\'s default");
resizeToDefault.setText("Default");
resizeToDefault.setToolTipText("Resize to the Album\'s default");
resizeToDefault.setText("Album default");
resizeToForce.setToolTipText("Force the resize dimension, and disregard the dimensions set by the " +
"Gallery");
"Album");
resizeToForce.setText("Force resize to");
htmlEscapeCaptionsNot.setToolTipText("When checked, you can (and have to) write your captions in HTML markup. " +
"When unchecked, just type any text, and HTML markup will be generated " +
Expand Down

0 comments on commit 86ebbed

Please sign in to comment.