summaryrefslogtreecommitdiff
path: root/lib/ReadJob.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-02 18:55:35 +0000
committerPixel <Pixel>2001-12-02 18:55:35 +0000
commite4075153def021c3405accb19ffcdc3247d98807 (patch)
treedc7085d969af2dd121f22619d6c453c4bd7a41a9 /lib/ReadJob.cc
parent37989e882eaa805662dd0e260eb293c939e082b7 (diff)
Comments and so...
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());
}