~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to src/calibre/gui2/preferences/tweaks_ui.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-02-27 07:48:06 UTC
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: package-import@ubuntu.com-20140227074806-64wdebb3ptosxhhx
Tags: upstream-1.25.0+dfsg
ImportĀ upstreamĀ versionĀ 1.25.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Form implementation generated from reading ui file '/home/kovid/work/calibre/src/calibre/gui2/preferences/tweaks.ui'
4
4
#
5
 
# Created: Thu Oct 18 15:03:22 2012
6
 
#      by: PyQt4 UI code generator 4.9.5
 
5
# Created: Thu Feb 13 16:09:45 2014
 
6
#      by: PyQt4 UI code generator 4.10.3
7
7
#
8
8
# WARNING! All changes made in this file will be lost!
9
9
 
12
12
try:
13
13
    _fromUtf8 = QtCore.QString.fromUtf8
14
14
except AttributeError:
15
 
    _fromUtf8 = lambda s: s
 
15
    def _fromUtf8(s):
 
16
        return s
 
17
 
 
18
try:
 
19
    _encoding = QtGui.QApplication.UnicodeUTF8
 
20
    pass
 
21
except AttributeError:
 
22
    pass
16
23
 
17
24
class Ui_Form(object):
18
25
    def setupUi(self, Form):
118
125
        self.groupBox.setTitle(_("Help"))
119
126
        self.groupBox_2.setTitle(_("Edit tweak"))
120
127
        self.restore_default_button.setToolTip(_("Restore this tweak to its default value"))
121
 
        self.restore_default_button.setText(_("Restore &default"))
 
128
        self.restore_default_button.setText(_("&Reset this tweak"))
122
129
        self.apply_button.setToolTip(_("Apply any changes you made to this tweak"))
123
 
        self.apply_button.setText(_("&Apply"))
 
130
        self.apply_button.setText(_("&Apply changes to this tweak"))
124
131
        self.next_button.setText(_("&Next"))
125
132
        self.previous_button.setText(_("&Previous"))
126
133