From c74855c98ec77ef2898042f1719b53a44d55a38e Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Mon, 10 Jul 2017 18:08:39 -0400 Subject: [PATCH] 2811 - Warning not to use SQLite databases for multi-user purposes added --- .../centralrepository/optionspanel/EamDbSettingsDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CentralRepository/src/org/sleuthkit/autopsy/centralrepository/optionspanel/EamDbSettingsDialog.java b/CentralRepository/src/org/sleuthkit/autopsy/centralrepository/optionspanel/EamDbSettingsDialog.java index 47d565cce5..a8395be399 100644 --- a/CentralRepository/src/org/sleuthkit/autopsy/centralrepository/optionspanel/EamDbSettingsDialog.java +++ b/CentralRepository/src/org/sleuthkit/autopsy/centralrepository/optionspanel/EamDbSettingsDialog.java @@ -861,7 +861,7 @@ public class EamDbSettingsDialog extends JDialog { * * @return true */ - @Messages({"EamDbSettingsDialog.validation.mustTest=Once you are statisfied with the database settings, click the Test button to test the database connection, settings, and schema.", + @Messages({"EamDbSettingsDialog.validation.mustTest=Once you are statisfied with the database settings, click the Test button to test the database connection, settings, and schema. SQLite should only be used for single user cases.", "EamDbSettingsDialog.validation.failedConnection=The connection to the database failed. Update the settings and try the Test again."}) private boolean enableTestButton(boolean isValidInput) { if (selectedPlatform != EamDbPlatformEnum.DISABLED && isValidInput) {