summaryrefslogtreecommitdiffstats
path: root/src/commands/edit
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/edit')
-rw-r--r--src/commands/edit/CopyCommand.cpp2
-rw-r--r--src/commands/edit/PasteEventsCommand.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/CopyCommand.cpp b/src/commands/edit/CopyCommand.cpp
index 3214e03..cd86359 100644
--- a/src/commands/edit/CopyCommand.cpp
+++ b/src/commands/edit/CopyCommand.cpp
@@ -61,7 +61,7 @@ CopyCommand::CopyCommand(SegmentSelection &selection,
m_sourceClipboard->newSegment(*i);
} else {
m_sourceClipboard->newSegment(*i)->
- setLabel(qstrtostr(i18n("%1 (copied)").tqarg(newLabel)));
+ setLabel(qstrtostr(i18n("%1 (copied)").arg(newLabel)));
}
}
}
diff --git a/src/commands/edit/PasteEventsCommand.cpp b/src/commands/edit/PasteEventsCommand.cpp
index 6726dc7..2e2e458 100644
--- a/src/commands/edit/PasteEventsCommand.cpp
+++ b/src/commands/edit/PasteEventsCommand.cpp
@@ -54,7 +54,7 @@ PasteEventsCommand::PasteEventsCommand(Segment &segment,
{
if (pasteType != OpenAndPaste) {
- // paste clef or key -> retqlayout to end
+ // paste clef or key -> relayout to end
if (clipboard->isSingleSegment()) {