Skip to content

Commit

Permalink
Merge pull request #49 from ouuan/message
Browse files Browse the repository at this point in the history
fix(ui): fix wrong text
  • Loading branch information
coder3101 committed Dec 15, 2019
2 parents e9ea927 + 871551d commit 32aaff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</font>
</property>
<property name="text">
<string>Compiler Messages and stderr</string>
<string>Editor Messages and stderr</string>
</property>
</widget>
</item>
Expand All @@ -91,7 +91,7 @@
</font>
</property>
<property name="text">
<string>Input or stdin</string>
<string>Input (stdin)</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -129,7 +129,7 @@
</font>
</property>
<property name="text">
<string>Output (stdout and stderr)</string>
<string>Output (stdout)</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 32aaff6

Please sign in to comment.