[Title][UX] Give information for showing release note.
authoryongsung1.kim <yongsung1.kim@samsung.com>
Thu, 3 Jan 2013 01:57:26 +0000 (10:57 +0900)
committeryongsung1.kim <yongsung1.kim@samsung.com>
Thu, 3 Jan 2013 01:57:26 +0000 (10:57 +0900)
[Desc.]
* Change message. 'doens't' -> 'does not'
* Modify auto buildsystem of InstallManager. (Release-note ->
Release-Note)
[Issue] Redmine #7928

Change-Id: I590086c484d4ef9877a25846825a43bcf7fcdba1

InstallManager_java/src/org/tizen/installmanager/ui/page/CompletePage.java

index 1b2a763..a7bb25f 100644 (file)
@@ -172,7 +172,7 @@ public class CompletePage extends PageTemplate {
        
        public void setErrorTextMsg() {
                errorText.setForeground(Display.getCurrent().getSystemColor(SWT.COLOR_DARK_RED));
-               errorText.setText("Your system doesn't support to show the release note.\n" +
+               errorText.setText("Your system does not support to show the release note.\n" +
                                " Please refer to the following URL.\n");
                errorText.append(Config.getInstance().getReleaseNoteUrl());
        }