Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on May 17 2016, 2:04 PM.
diff --git a/plugins/dockers/animation/kis_animation_utils.cpp b/plugins/dockers/animation/kis_animation_utils.cpp
index f9f8d78..6d3c2b1 100644
--- a/plugins/dockers/animation/kis_animation_utils.cpp
+++ b/plugins/dockers/animation/kis_animation_utils.cpp
@@ -162,10 +162,10 @@ namespace KisAnimationUtils {
QScopedPointer<KUndo2Command> cmd(
new KUndo2Command(!copy ?
kundo2_i18np("Move Keyframe",
- "Move Keyframes",
+ "Move %1 Keyframes",
srcFrames.size()) :
kundo2_i18np("Copy Keyframe",
- "Copy Keyframes",
+ "Copy %1 Keyframes",
srcFrames.size()))); // lisp-lovers present ;)
for (int i = 0; i < srcFrames.size(); i++) {
dkazakov edited the content of this paste. (Show Details)May 17 2016, 2:04 PM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.