Vered Volansky has uploaded a new change for review. Change subject: webadmin: Fix punctuation in threshold warnings ......................................................................
webadmin: Fix punctuation in threshold warnings audit log messages were missing points and a space. Change-Id: If30f094e52f42b78537e215a2699cf74c248bd83 Bug-Url: https://bugzilla.redhat.com/1201385 Signed-off-by: Vered Volansky <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/76/38676/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties index 58ed1e9..d32beea 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -1,7 +1,7 @@ VM_CLEARED=Unused SYSTEM_MASTER_DOMAIN_NOT_IN_SYNC=Sync Error on Master Domain between Host ${VdsName} and oVirt Engine. Domain: ${StorageDomainName} is marked as Master in oVirt Engine database but not on the Storage side. Please consult with Support on how to fix this issue. -IRS_DISK_SPACE_LOW=Warning, Low disk space.${StorageDomainName} domain has ${DiskSpace} GB of free space -IRS_DISK_SPACE_LOW_ERROR=Critical, Low disk space. ${StorageDomainName} domain has ${DiskSpace} GB of free space +IRS_DISK_SPACE_LOW=Warning, Low disk space. ${StorageDomainName} domain has ${DiskSpace} GB of free space. +IRS_DISK_SPACE_LOW_ERROR=Critical, Low disk space. ${StorageDomainName} domain has ${DiskSpace} GB of free space. VDS_LOW_DISK_SPACE=Warning, Low disk space. Host ${VdsName} has less than ${DiskSpace} MB of free space left on: ${Disks}. VDS_LOW_DISK_SPACE_ERROR=Critical, Low disk space. Host ${VdsName} has less than ${DiskSpace} MB of free space left on: ${Disks}. IRS_FAILURE=Failed to access Storage on Host ${VdsName}. -- To view, visit https://gerrit.ovirt.org/38676 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If30f094e52f42b78537e215a2699cf74c248bd83 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
