summaryrefslogtreecommitdiff
path: root/lib/ReadJob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ReadJob.cc')
-rw-r--r--lib/ReadJob.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ReadJob.cc b/lib/ReadJob.cc
index a29f641..a012c97 100644
--- a/lib/ReadJob.cc
+++ b/lib/ReadJob.cc
@@ -43,5 +43,5 @@ int ReadJob::Do() throw (GeneralException) {
}
String ReadJob::GetName() {
- return (String("ReadJob from ") + s->GetName() + " to " + d->GetName());
+ return (String(_("ReadJob from ")) + s->GetName() + _(" to ") + d->GetName());
}