Browse Source

Add an 'a'

Josh Engebretson 10 years ago
parent
commit
04583f12b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Script/AtomicEditor/ui/modal/license/ActivationWindow.ts

+ 1 - 1
Script/AtomicEditor/ui/modal/license/ActivationWindow.ts

@@ -21,7 +21,7 @@ class ActivationWindow extends ModalWindow {
 
         if (ToolCore.licenseSystem.sourceBuild) {
 
-            var message = "\nThis is <color #76D6FF>development snapshot</color> of the Atomic Editor intended for testing new features.\n\n";
+            var message = "\nThis is a <color #76D6FF>development snapshot</color> of the Atomic Editor intended for testing new features.\n\n";
             message += "Please report issues to the Atomic Forums or GitHub issue tracker.";
             new Atomic.UIMessageWindow(this, "modal_error").show("Atomic Editor - Development Snapshot", message, Atomic.UI_MESSAGEWINDOW_SETTINGS_OK, true, 640, 260);