diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-30 21:54:42 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-30 21:54:42 +0200 |
| commit | 27ef08f627b14ebe553a106911cb07ff9feea85e (patch) | |
| tree | 6a38903c1f621150133ce6d8c6683f56a151ed2f /src | |
| parent | ef6e2f513cde84fcd86795259830df364d5994b2 (diff) | |
| download | kristall-27ef08f627b14ebe553a106911cb07ff9feea85e.tar.gz | |
Small changes, adds updated windows build instructions.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.ui | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 2904969..7c792a5 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -274,7 +274,10 @@ <normaloff>.</normaloff>.</iconset> </property> <property name="text"> - <string>Backward</string> + <string>Back</string> + </property> + <property name="toolTip"> + <string>Back</string> </property> <property name="shortcut"> <string>Alt+Left</string> @@ -286,7 +289,10 @@ <normaloff>.</normaloff>.</iconset> </property> <property name="text"> - <string>Foreward</string> + <string>Forward</string> + </property> + <property name="toolTip"> + <string>Forward</string> </property> <property name="shortcut"> <string>Alt+Right</string> |
