Proofing/review: Remove filler words, adhere to style guide

This commit is contained in:
mhilbrunner
2018-05-06 05:25:43 +02:00
parent c9be19229a
commit ec725ff8a0
88 changed files with 338 additions and 375 deletions
+2 -2
View File
@@ -72,7 +72,7 @@ Example
-------
An example of this is creating a popup or panel with controls inside,
and set its pause mode to "Process" then just hide it:
and set its pause mode to "Process" then hide it:
.. image:: img/pause_popup.png
@@ -98,7 +98,7 @@ enable the pause and show the pause screen.
((Control)GetNode("pause_popup")).Show();
}
To remove the pause, just do the opposite when the pause screen is
To remove the pause, do the opposite when the pause screen is
closed:
.. tabs::