mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Rename button in the tabular dialog, carify tooltip
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9319 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fd3bed6b15
commit
59248bccd2
@ -1,3 +1,8 @@
|
||||
2004-11-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* ui/QTabularDialogBase.ui: Rename button ("Default" to "Set"),
|
||||
which is more appropriate. Also modify some tooltips.
|
||||
|
||||
2004-11-26 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* FileDialog.C:
|
||||
|
@ -13,7 +13,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>459</width>
|
||||
<width>451</width>
|
||||
<height>408</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -670,6 +670,10 @@
|
||||
<vsizetype>1</vsizetype>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property>
|
||||
<name>toolTip</name>
|
||||
<string>Set borders of the current (selected) cell(s)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</grid>
|
||||
</widget>
|
||||
@ -702,11 +706,11 @@
|
||||
</property>
|
||||
<property stdset="1">
|
||||
<name>text</name>
|
||||
<string>&Default</string>
|
||||
<string>&Set</string>
|
||||
</property>
|
||||
<property>
|
||||
<name>toolTip</name>
|
||||
<string>Set all borders</string>
|
||||
<string>Set all borders of the current (selected) cell(s)</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget row="1" column="0" >
|
||||
@ -721,7 +725,7 @@
|
||||
</property>
|
||||
<property>
|
||||
<name>toolTip</name>
|
||||
<string>Unset all borders</string>
|
||||
<string>Unset all borders of the current (selected) cell(s)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</grid>
|
||||
|
Loading…
Reference in New Issue
Block a user