mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
add tooltips to study options
This commit is contained in:
parent
b6305085e8
commit
e31c98843c
1 changed files with 9 additions and 0 deletions
|
@ -513,6 +513,9 @@
|
|||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip" >
|
||||
<string>The <b>number of minutes in a session</b>. When a session is finished, this screen will be shown again, allowing you to start another session. Choose 0 for no limit.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string><b>Session limit (minutes):</b></string>
|
||||
</property>
|
||||
|
@ -545,6 +548,9 @@
|
|||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip" >
|
||||
<string>The maximum number of <b>new cards shown per day</b>. The default is 20, to ensure you don't get overwhelmed with reviews after a few days.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string><b>New cards per day:</b></string>
|
||||
</property>
|
||||
|
@ -600,6 +606,9 @@
|
|||
</item>
|
||||
<item row="2" column="0" >
|
||||
<widget class="QLabel" name="label" >
|
||||
<property name="toolTip" >
|
||||
<string>The <b>number of questions in a session</b>. When a session is finished, this screen will be shown again, allowing you to start another session. Choose 0 for no limit.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string><b>Session limit (questions):</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue