OSDN Git Service
(root)
/
neighbornote
/
NeighborNote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
517881c
)
Correct QLabel to have tr statement.
author
Randy Baumgarte
<randy@fbn.cx>
Wed, 29 Sep 2010 17:20:34 +0000
(13:20 -0400)
committer
Randy Baumgarte
<randy@fbn.cx>
Fri, 1 Oct 2010 16:44:09 +0000
(12:44 -0400)
src/cx/fbn/nevernote/dialog/DBEncryptDialog.java
patch
|
blob
|
history
diff --git
a/src/cx/fbn/nevernote/dialog/DBEncryptDialog.java
b/src/cx/fbn/nevernote/dialog/DBEncryptDialog.java
index
f20c24f
..
1c22766
100644
(file)
--- a/
src/cx/fbn/nevernote/dialog/DBEncryptDialog.java
+++ b/
src/cx/fbn/nevernote/dialog/DBEncryptDialog.java
@@
-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