[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim-runtime/KDE/4.13] resources/pop3/wizard: this js script doesn't support qsTr
From:       Montel Laurent <montel () kde ! org>
Date:       2014-03-21 14:22:44
Message-ID: E1WR0LM-0007dh-Il () scm ! kde ! org
[Download RAW message or body]

Git commit 823a8b353be00179f7d85735cb565296083ef3a1 by Montel Laurent.
Committed on 21/03/2014 at 14:22.
Pushed by mlaurent into branch 'KDE/4.13'.

this js script doesn't support qsTr

M  +1    -1    resources/pop3/wizard/pop3wizard.js

http://commits.kde.org/kdepim-runtime/823a8b353be00179f7d85735cb565296083ef3a1

diff --git a/resources/pop3/wizard/pop3wizard.js b/resources/pop3/wizard/pop3wizard.js
index c6b35e7..81180c2 100644
--- a/resources/pop3/wizard/pop3wizard.js
+++ b/resources/pop3/wizard/pop3wizard.js
@@ -20,7 +20,7 @@
 // add this function to trim user input of whitespace when needed
 String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ""); };
 
-var page = Dialog.addPage( "pop3wizard.ui", qsTr("Personal Settings") );
+var page = Dialog.addPage( "pop3wizard.ui", "Personal Settings" );
 
 var userChangedServerAddress = false;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic