ソースを参照

Fix typo.

pull/394/head
Greg Holmes 9年前
コミット
7665c0be61

+ 2
- 1
ui_swing/src/com/dmdirc/addons/ui_swing/dialogs/globalautocommand/GlobalAutoCommandDialog.java ファイルの表示

@@ -74,7 +74,8 @@ public class GlobalAutoCommandDialog extends StandardDialog {
74 74
 
75 75
     private void layoutComponents() {
76 76
         setLayout(new MigLayout("fill"));
77
-        add(new TextLabel("These commands will be executed when the client stars."), "wrap, span 2");
77
+        add(new TextLabel("These commands will be executed when the client starts."),
78
+                "wrap, span 2");
78 79
         add(ValidationFactory
79 80
                 .getValidatorPanel(scrollPane, response, model.getResponseValidator(), iconManager),
80 81
                 "span 2, grow, push, wrap");

読み込み中…
キャンセル
保存