summaryrefslogtreecommitdiffstats
path: root/src/commands/addentries.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/addentries.cpp')
-rw-r--r--src/commands/addentries.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/addentries.cpp b/src/commands/addentries.cpp
index 9460ebd..87d7bc7 100644
--- a/src/commands/addentries.cpp
+++ b/src/commands/addentries.cpp
@@ -60,5 +60,5 @@ void AddEntries::unexecute() {
TQString AddEntries::name() const {
return m_entries.count() > 1 ? i18n("Add Entries")
- : i18n("Add (Entry Title)", "Add %1").tqarg(m_entries.begin()->title());
+ : i18n("Add (Entry Title)", "Add %1").arg(m_entries.begin()->title());
}