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:
Jürgen Spitzmüller 2004-11-27 18:39:07 +00:00
parent fd3bed6b15
commit 59248bccd2
2 changed files with 13 additions and 4 deletions

View File

@ -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:

View File

@ -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>&amp;Default</string>
<string>&amp;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>