Mike Kolesnik has uploaded a new change for review. Change subject: engine: Capitalize DC in network messages (#846241) ......................................................................
engine: Capitalize DC in network messages (#846241) https://bugzilla.redhat.com/846241 Data Center should be written with capital letters as it is written in other messages. Change-Id: I86a09bf1ee6f57381d3b0d85e8992960784dc7c9 Signed-off-by: Mike Kolesnik <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/03/7303/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 b8a6291..9bc196b 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -409,8 +409,8 @@ VDS_NETWORKS_OUT_OF_SYNC=Host ${VdsName}'s following network(s) are not synchronized with their Logical Network configuration: ${Networks}. VDS_SET_NONOPERATIONAL_IFACE_DOWN=Host ${VdsName} moved to Non-Operational state because interfaces '${Interfaces}' are down which needed by networks '${Networks}' in the current cluster BRIDGED_NETWORK_OVER_MULTIPLE_INTERFACES=Bridged network ${NetworkName} is attached to multiple interfaces: ${interfaces} on Host ${VdsName}. -NETWORK_ADD_NETWORK=Network ${NetworkName} was added to data center: ${StoragePoolName} -NETWORK_ADD_NETWORK_FAILED=Failed to add Network ${NetworkName} to data center: ${StoragePoolName} +NETWORK_ADD_NETWORK=Network ${NetworkName} was added to Data Center: ${StoragePoolName} +NETWORK_ADD_NETWORK_FAILED=Failed to add Network ${NetworkName} to Data Center: ${StoragePoolName} NETWORK_ADD_TEMPLATE_INTERFACE=Interface ${InterfaceName} (${InterfaceType}) was added to Template ${VmTemplateName}. (User: ${UserName}) NETWORK_ADD_TEMPLATE_INTERFACE_FAILED=Failed to add Interface ${InterfaceName} (${InterfaceType}) to Template ${VmTemplateName}. (User: ${UserName}) NETWORK_ADD_VM_INTERFACE=Interface ${InterfaceName} (${InterfaceType}) was added to VM ${VmName}. (User: ${UserName}) @@ -421,10 +421,10 @@ NETWORK_DETACH_NETWORK_TO_VDS_GROUP_FAILED=Failed to detach Network ${NetworkName} from Cluster ${VdsGroupName} NETWORK_UPDTAE_NETWORK_ON_CLUSTER=Network ${NetworkName} on Cluster ${VdsGroupName} updated. NETWORK_UPDTAE_NETWORK_ON_CLUSTER_FAILED=Failed to update Network ${NetworkName} on Cluster ${VdsGroupName}. -NETWORK_REMOVE_NETWORK=Network ${NetworkName} was removed from data center: ${StoragePoolName} -NETWORK_REMOVE_NETWORK_FAILED=Failed to remove Network ${NetworkName} from data center: ${StoragePoolName} -NETWORK_UPDATE_NETWORK=Network ${NetworkName} was updated on data center: ${StoragePoolName} -NETWORK_UPDATE_NETWORK_FAILED=Failed to update Network ${NetworkName} on data center: ${StoragePoolName} +NETWORK_REMOVE_NETWORK=Network ${NetworkName} was removed from Data Center: ${StoragePoolName} +NETWORK_REMOVE_NETWORK_FAILED=Failed to remove Network ${NetworkName} from Data Center: ${StoragePoolName} +NETWORK_UPDATE_NETWORK=Network ${NetworkName} was updated on Data Center: ${StoragePoolName} +NETWORK_UPDATE_NETWORK_FAILED=Failed to update Network ${NetworkName} on Data Center: ${StoragePoolName} NETWORK_REMOVE_TEMPLATE_INTERFACE=Interface ${InterfaceName} (${InterfaceType}) was removed from Template ${VmTemplateName}. (User: ${UserName}) NETWORK_REMOVE_TEMPLATE_INTERFACE_FAILED=Failed to remove Interface ${InterfaceName} (${InterfaceType}) from Template ${VmTemplateName}. (User: ${UserName}) NETWORK_REMOVE_VM_INTERFACE=Interface ${InterfaceName} (${InterfaceType}) was removed from VM ${VmName}. (User: ${UserName}) -- To view, visit http://gerrit.ovirt.org/7303 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I86a09bf1ee6f57381d3b0d85e8992960784dc7c9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
