Fix inner reference in install fail message catalog entry

Fixes #1120
This commit is contained in:
Nick O'Leary 2017-01-17 09:54:17 +00:00
parent 0646b0060e
commit d6f6b41145
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
"installed": "Installed module: __name__",
"install-failed": "Install failed",
"install-failed-long": "Installation of module __name__ failed:",
"install-failed-not-found": "$t(install-failed-long) module not found",
"install-failed-not-found": "$t(server.install.install-failed-long) module not found",
"uninstalling": "Uninstalling module: __name__",
"uninstall-failed": "Uninstall failed",