Change in plasma-framework[master]: Change string from non-existing %2 to %1.
Xuetian Weng (Code Review)
noreply at kde.org
Tue Jan 13 00:46:10 UTC 2015
Xuetian Weng has uploaded a new change for review.
https://gerrit.vesnicky.cesnet.cz/r/318
Change subject: Change string from non-existing %2 to %1.
......................................................................
Change string from non-existing %2 to %1.
Change-Id: I52b69a7bd65118c5d0a8dc5bc1649ca0157769d4
CCMAIL:notmart at gmail.com
---
M src/plasma/private/applet_p.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.vesnicky.cesnet.cz:29418/plasma-framework refs/changes/18/318/1
diff --git a/src/plasma/private/applet_p.cpp b/src/plasma/private/applet_p.cpp
index f4eb2c6..dac7eb9 100644
--- a/src/plasma/private/applet_p.cpp
+++ b/src/plasma/private/applet_p.cpp
@@ -135,7 +135,7 @@
QString api = appletDescription.property("X-Plasma-API").toString();
if (api.isEmpty()) {
- q->setLaunchErrorMessage(i18n("The %2 widget did not define which ScriptEngine to use.", appletDescription.name()));
+ q->setLaunchErrorMessage(i18n("The %1 widget did not define which ScriptEngine to use.", appletDescription.name()));
return;
}
--
To view, visit https://gerrit.vesnicky.cesnet.cz/r/318
To unsubscribe, visit https://gerrit.vesnicky.cesnet.cz/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I52b69a7bd65118c5d0a8dc5bc1649ca0157769d4
Gerrit-PatchSet: 1
Gerrit-Project: plasma-framework
Gerrit-Branch: master
Gerrit-Owner: Xuetian Weng <wengxt at gmail.com>
Gerrit-Reviewer: Marco Martin <notmart at gmail.com>
More information about the Plasma-devel
mailing list