VLab Issue #4613 - AWIPS2_DR_14755 Thin Client synchronize misspelled ; fixes #4613

Change-Id: I5cf6380bd73f500298d6b1644238abc4d51efdef

Former-commit-id: b5ec42cbbc7c064098075e347b90e4f22045f66d
This commit is contained in:
Baoyu Yin 2014-09-05 10:37:27 -04:00
parent d6e2e21683
commit ebe548d860

View file

@ -178,7 +178,7 @@ public class SyncLocalizationEditor extends BooleanFieldEditor {
MessageBox msgBox = new MessageBox(button.getShell(), SWT.YES MessageBox msgBox = new MessageBox(button.getShell(), SWT.YES
| SWT.NO | SWT.CANCEL | SWT.ICON_WARNING); | SWT.NO | SWT.CANCEL | SWT.ICON_WARNING);
msgBox.setText("Do you want to synchronize?"); msgBox.setText("Do you want to synchronize?");
msgBox.setMessage("If there are files missing locally, your CAVE might not work correctly. It is recommended that you synchronize all localization files with edex before enabling this option. Synchronizing will take lots of time and bandwidth.\n\n Would you like to syncronize now?"); msgBox.setMessage("If there are files missing locally, your CAVE might not work correctly. It is recommended that you synchronize all localization files with edex before enabling this option. Synchronizing will take lots of time and bandwidth.\n\n Would you like to synchronize now?");
int result = msgBox.open(); int result = msgBox.open();
if (result == SWT.CANCEL) { if (result == SWT.CANCEL) {
getChangeControl(button.getParent()).setSelection(false); getChangeControl(button.getParent()).setSelection(false);