OSDN Git Service

Correct QLabel to have tr statement.
authorRandy Baumgarte <randy@fbn.cx>
Wed, 29 Sep 2010 17:20:34 +0000 (13:20 -0400)
committerRandy Baumgarte <randy@fbn.cx>
Fri, 1 Oct 2010 16:44:09 +0000 (12:44 -0400)
src/cx/fbn/nevernote/dialog/DBEncryptDialog.java

index f20c24f..1c22766 100644 (file)
@@ -53,7 +53,7 @@ public class DBEncryptDialog extends QDialog {
                password1.textChanged.connect(this, "validateInput()");\r
                password2.textChanged.connect(this, "validateInput()");\r
                \r
-               encryptionLabel = new QLabel("Encryption Method");\r
+               encryptionLabel = new QLabel(tr("Encryption Method"));\r
                encryptionType = new QComboBox();\r
                encryptionType.addItem(tr("AES"), "AES");\r
                encryptionType.addItem(tr("XTEA"), "XTEA");\r