summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 7f438ff..7f766c5 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -230,7 +230,7 @@ example administration repository rules and an admin user and group.
DEBUG_WELCOME_TO = "Welcome to ${site}",
DEBUG_RUNNING = "Running:",
DEBUG_ON_BEHALF_OF = "On behalf of ${user} using key ${key}",
- ERROR_RUNNING_COMMAND = "Error running ${cmd}: ${reason}",
+ ERROR_RUNNING_COMMAND = "Error running ${cmd}: ${reason} ${code}",
UNABLE_TO_CONTINUE = "Unable to continue",
MSG_COMPLETED_SUCCESSFULLY = "${cmd} completed successfully",
WARN_UNTERMINATED_STRING = "Un-terminated quoted string",