Skip to content

Commit ba6f3d3

Browse files
committed
Minor improvements
1 parent a9f8c1a commit ba6f3d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/github/introfog/gitwave/controller/main/ExecutionController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void writeErrorOutput(String line) {
8686
}
8787

8888
public void writeFinishMessage() {
89-
commonWritingPart("\nPress Enter or Esc to close the window...", "-fx-fill: green");
89+
commonWritingPart("\nPress Enter or Esc to close the tab...", "-fx-fill: gray");
9090
isExecutionFinished = true;
9191
}
9292

src/main/resources/com/github/introfog/gitwave/view/about.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</Label>
4141
<HBox>
4242
<children>
43-
<Label text="GitWave is a open source project:" wrapText="true">
43+
<Label text="GitWave is an open source project:" wrapText="true">
4444
<HBox.margin>
4545
<Insets />
4646
</HBox.margin>

0 commit comments

Comments
 (0)