From 6a218092812783eaea43919674eb8d1c74a80b33 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 3 Nov 2010 18:02:08 +0000 Subject: [PATCH] docs: Error strings are in fact localized, documentation was wrong. --- src/guestfs.pod | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index dd06880..ae0c4df 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -906,10 +906,6 @@ returns C. The lifetime of the returned string is until the next error occurs, or L is called. -The error string is not localized (ie. is always in English), because -this makes searching for error messages in search engines give the -largest number of results. - =head2 guestfs_last_errno int guestfs_last_errno (guestfs_h *g); -- 1.8.3.1