diff options
Diffstat (limited to 'sparsify/utils.ml')
-rw-r--r-- | sparsify/utils.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sparsify/utils.ml b/sparsify/utils.ml index d2be12c8..dd27ba88 100644 --- a/sparsify/utils.ml +++ b/sparsify/utils.ml @@ -22,6 +22,8 @@ open Printf +open Sparsify_gettext.Gettext + module G = Guestfs let (//) = Filename.concat @@ -104,7 +106,7 @@ let error fs = prerr_newline (); prerr_newline (); wrap ~chan:stderr - "If reporting bugs, run virt-sparsify with the '-v' and '-x' options and include the complete output."; + (s_"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and include the complete output."); prerr_newline (); exit 1 in |