diff options
Diffstat (limited to 'src/commands/removeloans.cpp')
-rw-r--r-- | src/commands/removeloans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/removeloans.cpp b/src/commands/removeloans.cpp index 7ee321b..3d39886 100644 --- a/src/commands/removeloans.cpp +++ b/src/commands/removeloans.cpp @@ -77,5 +77,5 @@ void RemoveLoans::unexecute() { TQString RemoveLoans::name() const { return m_loans.count() > 1 ? i18n("Check-in Entries") - : i18n("Check-in (Entry Title)", "Check-in %1").tqarg(m_loans.begin()->entry()->title()); + : i18n("Check-in (Entry Title)", "Check-in %1").arg(m_loans.begin()->entry()->title()); } |