From: Richard W.M. Jones Date: Wed, 3 Nov 2010 18:02:08 +0000 (+0000) Subject: docs: Error strings are in fact localized, documentation was wrong. X-Git-Tag: 1.6.1~12 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f03d7f0a1f60947c6a322bf5b7de6772041805a5;p=libguestfs.git docs: Error strings are in fact localized, documentation was wrong. Cherry picked from commit 6a218092812783eaea43919674eb8d1c74a80b33. --- diff --git a/src/guestfs.pod b/src/guestfs.pod index 83dc683..c8196ee 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -911,10 +911,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_set_error_handler typedef void (*guestfs_error_handler_cb) (guestfs_h *g,