mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 21:33:30 +02:00
String changes
This commit is contained in:
parent
dbd738e5f6
commit
685ac9e5cb
1 changed files with 6 additions and 6 deletions
|
|
@ -816,7 +816,7 @@ A value of zero means calculate automatically.</string>
|
|||
<item>
|
||||
<widget class="QCheckBox" name="opt_bd_show_cover">
|
||||
<property name="text">
|
||||
<string>Show &cover in the Book details panel</string>
|
||||
<string>Show &cover</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1147,14 +1147,14 @@ see the counts by hovering your mouse over any item.</string>
|
|||
<item row="7" column="0" colspan="3">
|
||||
<widget class="QCheckBox" name="opt_cb_fullscreen">
|
||||
<property name="text">
|
||||
<string>When showing the Cover browser in a separate window, show it &fullscreen</string>
|
||||
<string>When showing in a separate window, show it &fullscreen</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0" colspan="3">
|
||||
<widget class="QCheckBox" name="opt_separate_cover_flow">
|
||||
<property name="text">
|
||||
<string>Show Cover &browser in a separate window (needs restart)</string>
|
||||
<string>Show in a &separate window (needs restart)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1165,14 +1165,14 @@ see the counts by hovering your mouse over any item.</string>
|
|||
them to all have the same width and height</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Preserve &aspect ratio of covers displayed in the Cover browser</string>
|
||||
<string>Preserve &aspect ratio of covers</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" colspan="3">
|
||||
<widget class="QCheckBox" name="opt_cover_browser_reflections">
|
||||
<property name="text">
|
||||
<string>Show &reflections in the Cover browser</string>
|
||||
<string>Show &reflections</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -1223,7 +1223,7 @@ current Virtual library. If unchecked, Quickview ignores Virtual libraries. If
|
|||
unchecked then only row changes are taken into account.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Apply Virtual libraries in Quickview panel</string>
|
||||
<string>&Apply Virtual libraries</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue