summaryrefslogtreecommitdiffstats
path: root/src/commands/addloans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/addloans.cpp')
-rw-r--r--src/commands/addloans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/addloans.cpp b/src/commands/addloans.cpp
index d5ce78a..bbef197 100644
--- a/src/commands/addloans.cpp
+++ b/src/commands/addloans.cpp
@@ -106,5 +106,5 @@ void AddLoans::unexecute() {
TQString AddLoans::name() const {
return m_loans.count() > 1 ? i18n("Check-out Items")
- : i18n("Check-out (Entry Title)", "Check-out %1").tqarg(m_loans.begin()->entry()->title());
+ : i18n("Check-out (Entry Title)", "Check-out %1").arg(m_loans.begin()->entry()->title());
}