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

List:       kde-commits
Subject:    [kdepim-runtime/KDE/4.13] resources/pop3/wizard: Revert "this js script doesn't support qsTr"
From:       Pino Toscano <pino () kde ! org>
Date:       2014-03-22 10:35:39
Message-ID: E1WRJH9-0007zT-RK () scm ! kde ! org
[Download RAW message or body]

Git commit 92f8512dbe2152a80005a5b321cdf819d65341b6 by Pino Toscano.
Committed on 22/03/2014 at 10:19.
Pushed by pino into branch 'KDE/4.13'.

Revert "this js script doesn't support qsTr"

Translating this is correct, the script has the wrong extension.

This reverts commit 823a8b353be00179f7d85735cb565296083ef3a1.

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

http://commits.kde.org/kdepim-runtime/92f8512dbe2152a80005a5b321cdf819d65341b6

diff --git a/resources/pop3/wizard/pop3wizard.js b/resources/pop3/wizard/pop3wizard.js
index 81180c2..c6b35e7 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", "Personal Settings" );
+var page = Dialog.addPage( "pop3wizard.ui", qsTr("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