Add name for option dialog.

This commit is contained in:
Bastian Kleineidam 2010-11-20 19:53:05 +01:00
parent 537f46ead2
commit 167f2bf5a9
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'ui/options.ui'
#
# Created: Sat Nov 6 20:05:23 2010
# Created: Sat Nov 20 19:52:49 2010
# by: PyQt4 UI code generator 4.7.3
#
# WARNING! All changes made in this file will be lost!
@ -132,7 +132,7 @@ class Ui_Options(object):
QtCore.QMetaObject.connectSlotsByName(Options)
def retranslateUi(self, Options):
Options.setWindowTitle(_("Dialog"))
Options.setWindowTitle(_("Linkchecker options"))
self.label_8.setText(_("The most common check options are configurable. They override any configuration file settings."))
self.label.setToolTip(_("Check recursively all links up to given depth. A negative depth will enable infinite recursion."))
self.label.setText(_("Recursive depth"))

View file

@ -14,7 +14,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>Linkchecker options</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>