Index: lams_common/conf/language/ApplicationResources.properties =================================================================== diff -u -ra7766445094c16b343aa56dc1f73fd3051cef1db -rd665bfd982e0a9e11818f0ed08c265d9c36adedb --- lams_common/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision a7766445094c16b343aa56dc1f73fd3051cef1db) +++ lams_common/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision d665bfd982e0a9e11818f0ed08c265d9c36adedb) @@ -28,4 +28,9 @@ theme.service.setTheme.saved=User theme saved. theme.service.setTheme.type.invalid=Invalid theme type. theme.service.setTheme.noSuchTheme=No such theme exists. -theme.service.setTheme.noSuchUser=No such User exists. \ No newline at end of file +theme.service.setTheme.noSuchUser=No such User exists. + +# Audit entry made when a staff member changes a learner entry (in monitoring) +audit.change.entry=Changed text for user {0}. Old text: {1} New Text: {2} +# Audit entry made when a staff member hides a learner entry (in monitoring) +audit.hide.entry=Hide entry for user {0}. Entry was {1} \ No newline at end of file