Git commit ee0b54f8e24e27834ac4bc80e901a049b9af69e9 by Alexander Potashev. Committed on 20/05/2011 at 16:05. Pushed by aspotashev into branch 'master'. Make the command line placeholder "+[input data]" translatable CCMAIL:kde-i18n-doc@kde.org M +1 -1 console/kabcclient/src/main.cpp http://commits.kde.org/kdepim/ee0b54f8e24e27834ac4bc80e901a049b9af69e9 diff --git a/console/kabcclient/src/main.cpp b/console/kabcclient/src/main.cpp index e2c3ecf..cff5dfa 100644 --- a/console/kabcclient/src/main.cpp +++ b/console/kabcclient/src/main.cpp @@ -117,7 +117,7 @@ int main(int argc, char** argv) cmdLineOptions.add("match-case", ki18n("Match key fields case sensitive. UID is always matched case sensitive")); - cmdLineOptions.add("+[input data]", ki18n("Input to use instead of reading stdin")); + cmdLineOptions.add(ki18n("+[input data]"), ki18n("Input to use instead of reading stdin")); KCmdLineArgs::addCmdLineOptions(cmdLineOptions); KCmdLineArgs::init(argc, argv, &aboutData);