Test Plan: it compiles
Reviewers: #dolphin, aacid
Reviewed By: aacid
Subscribers: aacid, ltoscano, kde-i18n-doc, kfm-devel, #localization
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D22597
}
errorText = i18nc(
- "%1 = comma separated list of arguments",
- "Installer script %1 failed, tried arguments \"%1\".", path, argVariants.join(i18nc("Separator between arguments", "\", \"")));
+ "%2 = comma separated list of arguments",
+ "Installer script %1 failed, tried arguments \"%2\".", path, argVariants.join(i18nc("Separator between arguments", "\", \"")));
return false;
}