From e4075153def021c3405accb19ffcdc3247d98807 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 2 Dec 2001 18:55:35 +0000 Subject: Comments and so... --- lib/InPipe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/InPipe.cc') diff --git a/lib/InPipe.cc b/lib/InPipe.cc index 60f3751..f019768 100644 --- a/lib/InPipe.cc +++ b/lib/InPipe.cc @@ -27,5 +27,5 @@ bool InPipe::CanRead() { } String InPipe::GetName() { - return (String("Input pipe from stdout (") + (hooked ? "" : "not ") + "hooked)"); + return (String(_("Input pipe from stdout (")) + (hooked ? "" : _("not ")) + _("hooked)")); } -- cgit v1.2.3