summaryrefslogtreecommitdiff
path: root/lib/OutPipe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/OutPipe.cc')
-rw-r--r--lib/OutPipe.cc2
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)"));
}