[mod] uniformise strings following jibec comment

This commit is contained in:
Laurent Peuch 2016-12-11 14:15:39 +01:00
parent d121cff88a
commit ba1357fb94

View file

@ -260,6 +260,6 @@
"certmanager_no_cert_file" : "Unable to read certificate file for domain {domain:s} (file: {file:s})",
"certmanager_conflicting_nginx_file": "Unable to prepare domain for ACME challenge : the nginx configuration file {filepath:s} is conflicting and should be removed first.",
"domain_cannot_remove_main": "Cannot remove main domain. Set a new main domain first",
"certmanager_self_ca_conf_file_not_found" : "Configuration file not found for self-signing CA ({file:s})",
"certmanager_unable_to_parse_self_CA_name": "Unable to parse name of self-signing authority in {file:s}."
"certmanager_self_ca_conf_file_not_found" : "Configuration file not found for self-signing authority (file: {file:s})",
"certmanager_unable_to_parse_self_CA_name": "Unable to parse name of self-signing authority (file: {file:s})"
}