Omaha #3609 Correct same spelling as in 14.3.1-backports
Former-commit-id: 80c6046ef27f08bad8c7d11ddafcc6a1adaa6096
This commit is contained in:
parent
cf7fee3b58
commit
7e4c964863
1 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ import com.raytheon.uf.common.time.util.TimeUtil;
|
|||
* Apr 14, 2014 #3023 rferrel Code clean up.
|
||||
* Apr 24, 2014 #3045 rferrel Implement loadedAllDsipalyData.
|
||||
* May 28, 2014 #3171 rferrel Change retention labels.
|
||||
* Sep 17, 2014 #3609 rferrel Corrected spelling.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -167,7 +168,7 @@ public class ArchiveRetentionDlg extends AbstractArchiveDlg {
|
|||
gd = new GridData();
|
||||
gd.horizontalIndent = 20;
|
||||
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.setToolTipText(tooltip);
|
||||
minRetentionLbl.setLayoutData(gd);
|
||||
|
|
Loading…
Add table
Reference in a new issue