This commit is contained in:
Kovid Goyal 2010-12-17 10:34:58 -07:00
parent 49c9cea7b0
commit bccd4a60ae

View File

@ -358,8 +358,8 @@ If the box is colored green, then text matches the individual author's sort stri
<item> <item>
<widget class="QToolButton" name="auto_title_sort"> <widget class="QToolButton" name="auto_title_sort">
<property name="toolTip"> <property name="toolTip">
<string>Automatically create the author sort entry based on the current author entry. <string>Automatically create the title sort entry based on the current title entry.
Using this button to create author sort will change author sort from red to green.</string> Using this button to create title sort will change title sort from red to green.</string>
</property> </property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
@ -419,8 +419,8 @@ Using this button to create author sort will change author sort from red to gree
<item> <item>
<widget class="QToolButton" name="auto_author_sort"> <widget class="QToolButton" name="auto_author_sort">
<property name="toolTip"> <property name="toolTip">
<string>Automatically create the title sort entry based on the current title entry. <string>Automatically create the author sort entry based on the current author entry.
Using this button to create title sort will change title sort from red to green.</string> Using this button to create author sort will change author sort from red to green.</string>
</property> </property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>