diff options
author | pixel <pixel> | 2003-03-18 16:00:37 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-03-18 16:00:37 +0000 |
commit | af3debf2153eac52fec1844593d09191af23ce4d (patch) | |
tree | 2ec551de1c3206f2ca321184db0bc4aabdc208a6 /lib/OutPipe.cc | |
parent | 4331fdd18a60deea4951c54f2575abed0864ca83 (diff) |
Gettext
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 a5404d6..c8d979c 100644 --- a/lib/OutPipe.cc +++ b/lib/OutPipe.cc @@ -37,5 +37,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)")); } |