Maor Lipchuk has uploaded a new change for review. Change subject: core:Add comma instead of dot (related to BZ848094) ......................................................................
core:Add comma instead of dot (related to BZ848094) Use comma instead of dot. Change-Id: Id185bb1aeb095a5cddc5fe75c2b45ba1c91d699e Signed-off-by: Maor Lipchuk <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/16/7416/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 8e78050..4a4383e 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -136,7 +136,7 @@ USER_REMOVE_VDS=Host ${VdsName} was removed by ${UserName}. USER_REMOVE_VM=Removal of VM ${VmName} was initiated by ${UserName}. USER_REMOVE_VM_FINISHED=VM ${VmName} was successfully removed. -USER_REMOVE_VM_FINISHED_WITH_ILLEGAL_DISKS=VM ${VmName} has been removed. but the following disks could not be removed: ${DisksNames}. These disks will appear in the main disks tab in illegal state, please remove manually when possible. +USER_REMOVE_VM_FINISHED_WITH_ILLEGAL_DISKS=VM ${VmName} has been removed, but the following disks could not be removed: ${DisksNames}. These disks will appear in the main disks tab in illegal state, please remove manually when possible. USER_REMOVE_VM_FROM_POOL=VM ${VmName} was removed from VM Pool ${VmPoolName} by ${UserName}. USER_REMOVE_VM_FROM_POOL_FAILED=Failed to remove VM ${VmName} from VM Pool ${VmPoolName} (User: ${UserName}). USER_REMOVE_VM_POOL=VM Pool ${VmPoolName} was removed by ${UserName}. -- To view, visit http://gerrit.ovirt.org/7416 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id185bb1aeb095a5cddc5fe75c2b45ba1c91d699e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
