Omaha #3609 Correct same spelling as in 14.3.1-backports

Former-commit-id: 80c6046ef27f08bad8c7d11ddafcc6a1adaa6096
This commit is contained in:
Roger Ferrel 2014-09-17 11:27:22 -05:00
parent cf7fee3b58
commit 7e4c964863

View file

@ -59,6 +59,7 @@ import com.raytheon.uf.common.time.util.TimeUtil;
* Apr 14, 2014 #3023 rferrel Code clean up. * Apr 14, 2014 #3023 rferrel Code clean up.
* Apr 24, 2014 #3045 rferrel Implement loadedAllDsipalyData. * Apr 24, 2014 #3045 rferrel Implement loadedAllDsipalyData.
* May 28, 2014 #3171 rferrel Change retention labels. * May 28, 2014 #3171 rferrel Change retention labels.
* Sep 17, 2014 #3609 rferrel Corrected spelling.
* *
* </pre> * </pre>
* *
@ -167,7 +168,7 @@ public class ArchiveRetentionDlg extends AbstractArchiveDlg {
gd = new GridData(); gd = new GridData();
gd.horizontalIndent = 20; gd.horizontalIndent = 20;
Label minRetentionLbl = new Label(selectionComp, SWT.NONE); Label minRetentionLbl = new Label(selectionComp, SWT.NONE);
String tooltip = "Default retetion for all of\nthe Archive's Categories."; String tooltip = "Default retention for all of\nthe Archive's Categories.";
minRetentionLbl.setText("Default Retention:"); minRetentionLbl.setText("Default Retention:");
minRetentionLbl.setToolTipText(tooltip); minRetentionLbl.setToolTipText(tooltip);
minRetentionLbl.setLayoutData(gd); minRetentionLbl.setLayoutData(gd);