Change-Id: I5cf6380bd73f500298d6b1644238abc4d51efdef Former-commit-id: b5ec42cbbc7c064098075e347b90e4f22045f66d
This commit is contained in:
parent
d6e2e21683
commit
ebe548d860
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue