diff options
Diffstat (limited to 'src/commands/modifyentries.cpp')
-rw-r--r-- | src/commands/modifyentries.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/modifyentries.cpp b/src/commands/modifyentries.cpp index 7317314..3db5297 100644 --- a/src/commands/modifyentries.cpp +++ b/src/commands/modifyentries.cpp @@ -70,7 +70,7 @@ void ModifyEntries::unexecute() { TQString ModifyEntries::name() const { return m_entries.count() > 1 ? i18n("Modify Entries") - : i18n("Modify (Entry Title)", "Modify %1").tqarg(m_entries.begin()->title()); + : i18n("Modify (Entry Title)", "Modify %1").arg(m_entries.begin()->title()); } void ModifyEntries::swapValues() { |