s/Test/Preview/

This commit is contained in:
Lukáš Lalinský
2007-03-18 08:56:41 +01:00
parent adf17ae787
commit d74dd1713b
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'ui/options_naming.ui'
#
# Created: Sun Mar 4 09:56:45 2007
# Created: Sun Mar 18 08:56:02 2007
# by: PyQt4 UI code generator 4.1
#
# WARNING! All changes made in this file will be lost!
@@ -178,5 +178,5 @@ class Ui_NamingOptionsPage(object):
self.groupBox.setTitle(_(u"Example"))
self.label.setText(_(u"File name:"))
self.label_5.setText(_(u"Multiple artist file name:"))
self.test_button.setText(_(u"&Test"))
self.test_button.setText(_(u"&Preview"))

View File

@@ -231,7 +231,7 @@
<item row="4" column="0" >
<widget class="QPushButton" name="test_button" >
<property name="text" >
<string>&amp;Test</string>
<string>&amp;Preview</string>
</property>
</widget>
</item>