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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2007-07-15 9:39:31
Message-ID: 1184492371.825730.5794.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 688176 by lukas:

missing i18n


 M  +2 -2      khtml_ext.cpp  


--- branches/KDE/3.5/kdelibs/khtml/khtml_ext.cpp #688175:688176
@@ -685,7 +685,7 @@
     bool ok = false;
 
     QString url = KInputDialog::getText( i18n("Add URL to Filter"),
-                                         "Enter the URL:",
+                                         i18n("Enter the URL:"),
                                          d->m_imageURL.url(),
                                          &ok);
     if ( ok ) {
@@ -698,7 +698,7 @@
 {
     bool ok = false;
     QString url = KInputDialog::getText( i18n( "Add URL to Filter"),
-                                               "Enter the URL:",
+                                               i18n("Enter the URL:"),
                                                d->m_khtml->url().url(),
                                                &ok );
     if ( ok ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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