diff options
| author | Pixel <Pixel> | 2001-12-02 18:55:35 +0000 |
|---|---|---|
| committer | Pixel <Pixel> | 2001-12-02 18:55:35 +0000 |
| commit | e4075153def021c3405accb19ffcdc3247d98807 (patch) | |
| tree | dc7085d969af2dd121f22619d6c453c4bd7a41a9 /lib/OutPipe.cc | |
| parent | 37989e882eaa805662dd0e260eb293c939e082b7 (diff) | |
Comments and so...
Diffstat (limited to 'lib/OutPipe.cc')
| -rw-r--r-- | lib/OutPipe.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/OutPipe.cc b/lib/OutPipe.cc index 35d23d3..ef0bf4a 100644 --- a/lib/OutPipe.cc +++ b/lib/OutPipe.cc @@ -27,5 +27,5 @@ bool OutPipe::CanRead() { } String OutPipe::GetName() { - return (String("Output pipe to stdin (") + (hooked ? "" : "not ") + "hooked)"); + return (String("Output pipe to stdin (") + (hooked ? "" : _("not ")) + _("hooked)")); } |
