a patch for kdeutils/kdf/kwikdisk.cpp
Anthony Fok
anthony at thizlinux.com
Thu Apr 4 09:34:00 BST 2002
Hello,
While revising kdf.po for zh_TW, I noticed that %1 was used twice in:
Device [%1] on [%1] is getting critically full!
but in Chinese, the order of these two parameters needs to be reversed.
So, I suspect that it is a typo in the source code, and that the second "%1"
should be "%2". If so, please apply the following patch. Thanks! :-)
diff -Naur kdeutils~/kdf/kwikdisk.cpp kdeutils/kdf/kwikdisk.cpp
--- kdeutils~/kdf/kwikdisk.cpp Thu Apr 4 16:06:17 2002
+++ kdeutils/kdf/kwikdisk.cpp Thu Apr 4 16:06:26 2002
@@ -207,7 +207,7 @@
{
if( mStd.popupIfFull() == true )
{
- QString msg = i18n("Device [%1] on [%1] is getting critically full!").
+ QString msg = i18n("Device [%1] on [%2] is getting critically full!").
arg(disk->deviceName()).arg(disk->mountPoint());
KMessageBox::sorry( this, msg, i18n("Warning"));
}
--
Anthony Fok Tung-Ling
ThizLinux Laboratory <anthony at thizlinux.com> http://www.thizlinux.com/
Debian Chinese Project <foka at debian.org> http://www.debian.org/intl/zh/
Come visit Our Lady of Victory Camp! http://www.olvc.ab.ca/
More information about the kde-core-devel
mailing list