[Kst] extragear/graphics/kst/src/libkst
George Staikos
staikos at kde.org
Wed Feb 15 20:37:43 CET 2006
SVN commit 509886 by staikos:
fix i18n
M +1 -1 kstdatasource.cpp
--- trunk/extragear/graphics/kst/src/libkst/kstdatasource.cpp #509885:509886
@@ -607,7 +607,7 @@
Q_UNUSED(type)
_valid = false;
_reusable = true;
- _numFramesScalar = new KstScalar(filename + i18n("-frames"));
+ _numFramesScalar = new KstScalar(i18n("%1-frames").arg(filename));
// Don't set provider - this is always up-to-date
}
More information about the Kst
mailing list