Changed UI message text

This commit is contained in:
Eugene Livis 2015-10-16 10:57:05 -04:00
parent 711c958a04
commit f5a32922bf

View File

@ -223,7 +223,7 @@ Server.connect.exception.msg=Failed to connect to Solr server\:
Server.openCore.exception.msg=Core open requested, but server not yet running
Server.openCore.exception.cantOpen.msg=Could not open Core
Server.openCore.exception.cantOpen.msg2=Could not open Core
Server.openCore.exception.cantOpenForCase.msg=Could not open Keyword Search Core for case {0}
Server.openCore.exception.cantOpenForCase.msg=Could not create keyword search index for case {0}
Server.request.exception.exception.msg=Could not issue Solr request
Server.commit.exception.msg=Could not commit index
Server.addDoc.exception.msg=Could not add document to index via update handler\: {0}