diff options
author | Michele Calgaro <[email protected]> | 2021-12-02 09:49:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-02 09:52:10 +0900 |
commit | 461014d60b5d2547f3a8e6d8ede07a3e0a111855 (patch) | |
tree | 234b2d302bd460b95b005663b215ff538b025234 | |
parent | 7226e52b6c3ee532c55e1f9bce3b65f65c926f20 (diff) | |
download | tdegames-461014d60b5d2547f3a8e6d8ede07a3e0a111855.tar.gz tdegames-461014d60b5d2547f3a8e6d8ede07a3e0a111855.zip |
Fixed typo. This resolves issue #15.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 24265b8d94aa6b3aea3ec4070aa7e3fbfbfb4ee5)
-rw-r--r-- | libksirtet/common/libksirtet2.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libksirtet/common/libksirtet2.kcfg b/libksirtet/common/libksirtet2.kcfg index 27ee72e3..88498ced 100644 --- a/libksirtet/common/libksirtet2.kcfg +++ b/libksirtet/common/libksirtet2.kcfg @@ -17,7 +17,7 @@ <default>false</default> </entry> <entry name="InitialGameLevel" type="Int" key="init level" min="1" max="20"> - <label>The inital level of new games.</label> + <label>The initial level of new games.</label> <default>1</default> <min>1</min> <max>20</max> |