docs: Error strings are in fact localized, documentation was wrong.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 3 Nov 2010 18:02:08 +0000 (18:02 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 5 Nov 2010 14:23:33 +0000 (14:23 +0000)
Cherry picked from commit 6a218092812783eaea43919674eb8d1c74a80b33.

src/guestfs.pod

index 83dc683..c8196ee 100644 (file)
@@ -911,10 +911,6 @@ returns C<NULL>.
 The lifetime of the returned string is until the next error occurs, or
 L</guestfs_close> 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,