Git commit 2501a6cd0e0a44fc3571af69c34e0f5e5288634a by Steve Allewell. Committed on 13/06/2020 at 21:08. Pushed by sallewell into branch 'master'.
Corrected text string GUI: Corrected text string M +1 -1 src/settings.ui https://invent.kde.org/education/cantor/commit/2501a6cd0e0a44fc3571af69c34e0f5e5288634a diff --git a/src/settings.ui b/src/settings.ui index b5373302..77ee621c 100644 --- a/src/settings.ui +++ b/src/settings.ui @@ -23,7 +23,7 @@ <item> <widget class="KComboBox" name="kcfg_DefaultBackend"> <property name="toolTip"> - <string>If default backend is setted, then on startup instead of the backend chooser dialog will be created worksheet of the default backend</string> + <string>On startup, if a default backend is set, create a worksheet for it instead of showing the backend chooser dialog.</string> </property> <property name="editable"> <bool>true</bool>
