mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Some string fixes in compare UI
This commit is contained in:
parent
2568e6d606
commit
c4b1f7b31c
@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>622</width>
|
<width>622</width>
|
||||||
<height>299</height>
|
<height>348</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@ -66,14 +66,14 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="oldSettingsRB">
|
<widget class="QRadioButton" name="oldSettingsRB">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>O&ld Document</string>
|
<string>O&ld document</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="newSettingsRB">
|
<widget class="QRadioButton" name="newSettingsRB">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>New Docu&ment</string>
|
<string>New docu&ment</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -126,7 +126,7 @@
|
|||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="oldFileLA">
|
<widget class="QLabel" name="oldFileLA">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Old Documen&t:</string>
|
<string>Old documen&t:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>oldFileCB</cstring>
|
<cstring>oldFileCB</cstring>
|
||||||
@ -162,7 +162,7 @@
|
|||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="newFileLA">
|
<widget class="QLabel" name="newFileLA">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&New Document:</string>
|
<string>&New document:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>newFileCB</cstring>
|
<cstring>newFileCB</cstring>
|
||||||
@ -222,20 +222,36 @@
|
|||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="authorLA">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Changes in the workarea are allocated to the selected author or category</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Mark changes in the workarea as </string>
|
<string>Changes mar&kup:</string>
|
||||||
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>authorCO</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="authorCO"/>
|
<widget class="QComboBox" name="authorCO">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Changes in the workarea are allocated to the selected author or category</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="horizontalSpacer_2">
|
<spacer name="horizontalSpacer_2">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user