Eli Mesika has uploaded a new change for review. Change subject: core: fix engine-notifier ETL service messages ......................................................................
core: fix engine-notifier ETL service messages Basically changing "History" to "ETL" in messages Change-Id: I9bc8805f1a7c7d37158750fef6d8bcedd14e67ca Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1195200 Signed-off-by: emesika <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties M frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties 2 files changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/53/38353/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 f2e7d86..4125d7d 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -913,9 +913,9 @@ MAC_POOL_EDIT_FAILED=Failed to update MAC Pool '${MacPoolName}' (id=${MacPoolId}). (User: ${UserName}) MAC_POOL_REMOVE_SUCCESS=MAC Pool '${MacPoolName}' (id=${MacPoolId}) was removed. (User: ${UserName}) MAC_POOL_REMOVE_FAILED=Failed to remove MAC Pool '${MacPoolName}' (id=${MacPoolId}). (User: ${UserName}) -DWH_STOPPED=History Service stopped. -DWH_STARTED=History Service started. -DWH_ERROR=Error in History Service. +DWH_STOPPED=ETL Service stopped. +DWH_STARTED=ETL Service started. +DWH_ERROR=Error in ETL Service. USER_REMOVE_AUDIT_LOG=Event list message ${AuditLogId} was removed by User ${UserName}. USER_REMOVE_AUDIT_LOG_FAILED=User ${UserName} failed to remove event list message ${AuditLogId}. USER_CLEAR_ALL_DISMISSED_AUDIT_LOG=User ${UserName} had restored all deleted event list messages. diff --git a/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties b/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties index a76d094..ab1f00d 100644 --- a/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties +++ b/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties @@ -449,9 +449,9 @@ VdsSelectionAlgorithm___None=None VdsSelectionAlgorithm___EvenlyDistribute=Even Distribution VdsSelectionAlgorithm___PowerSave=Power Saving -AuditLogType___DWH_STOPPED=History Service Stopped -AuditLogType___DWH_STARTED=History Service Started -AuditLogType___DWH_ERROR=History Service Error +AuditLogType___DWH_STOPPED=ETL Service Stopped +AuditLogType___DWH_STARTED=ETL Service Started +AuditLogType___DWH_ERROR=ETL Service Error AuditLogType___VDS_TIME_DRIFT_ALERT=Host has time-drift AuditLogType___HA_VM_RESTART_FAILED=Highly-Available VM restart failed AuditLogType___HA_VM_FAILED=Highly-Available VM failed -- To view, visit https://gerrit.ovirt.org/38353 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9bc8805f1a7c7d37158750fef6d8bcedd14e67ca Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
