summaryrefslogtreecommitdiffstats
path: root/sysprep/sysprep_operation_samba_db_log.ml
diff options
context:
space:
mode:
Diffstat (limited to 'sysprep/sysprep_operation_samba_db_log.ml')
-rw-r--r--sysprep/sysprep_operation_samba_db_log.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysprep/sysprep_operation_samba_db_log.ml b/sysprep/sysprep_operation_samba_db_log.ml
index a02ba9de..6bd67998 100644
--- a/sysprep/sysprep_operation_samba_db_log.ml
+++ b/sysprep/sysprep_operation_samba_db_log.ml
@@ -17,6 +17,7 @@
*)
open Sysprep_operation
+open Sysprep_gettext.Gettext
module G = Guestfs
@@ -43,7 +44,7 @@ let samba_db_log_perform g root =
let samba_db_log_op = {
name = "samba-db-log";
enabled_by_default = true;
- heading = "Remove the database and log files of Samba";
+ heading = s_"Remove the database and log files of Samba";
pod_description = None;
extra_args = [];
perform = samba_db_log_perform;