summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/crypt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/inc/crypt.inc')
-rw-r--r--src/etc/inc/crypt.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/crypt.inc b/src/etc/inc/crypt.inc
index a8fcc83..37d507d 100644
--- a/src/etc/inc/crypt.inc
+++ b/src/etc/inc/crypt.inc
@@ -64,7 +64,7 @@
$result = file_get_contents("{$file}.enc");
} else {
$result = "";
- log_error("Failed to encrypt/decrypt data!");
+ log_error(gettext("Failed to encrypt/decrypt data!"));
}
@unlink($file);
@unlink("{$file}.dec");
OpenPOWER on IntegriCloud