mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 20:04:43 +00:00
Add name for option dialog.
This commit is contained in:
parent
537f46ead2
commit
167f2bf5a9
2 changed files with 3 additions and 3 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Dialog</string>
|
||||
<string>Linkchecker options</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue