From 854e7e81968fd8764226ee0c88c0cab31990c7e3 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 15 Oct 2015 14:38:19 -0700 Subject: [PATCH] GUAC-1193: Reword history search instructions. --- guacamole/src/main/webapp/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 0a16bd34c..d8085a36a 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -485,9 +485,9 @@ "FORMAT_DATE" : "@:APP.FORMAT_DATE_TIME_PRECISE", - "HELP_CONNECTION_HISTORY" : "All connection history records are listed here. If you wish to filter the connection records, you can enter a query.", + "HELP_CONNECTION_HISTORY" : "History records for past connections are listed here and can be sorted by clicking the column headers. To search for specific records, enter a filter string and click \"Search\". Only records which match the provided filter string will be listed.", - "INFO_NO_HISTORY" : "No matching connection history", + "INFO_NO_HISTORY" : "No matching records", "TABLE_HEADER_SESSION_CONNECTION_NAME" : "Connection name", "TABLE_HEADER_SESSION_ENDDATE" : "End time",