From 20bd9b4ae318b45c79046f6a4caa360fb912e056 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Thu, 17 Mar 2011 20:59:17 +0100 Subject: [PATCH] Revert "trivial string fix" This reverts commit 92095b1fc00475bb1701107727ac7d669b7679b9. --- pyfpdb/fpdb.pyw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index cb763681..9097c2f5 100644 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -890,7 +890,8 @@ class fpdb: log = Configuration.get_logger("logging.conf", "fpdb", log_dir=self.config.dir_log) print (_("Logfile is %s\n") % os.path.join(self.config.dir_log, self.config.log_file)) if self.config.example_copy: - self.info_box(_("Config file has been created at:\n%s.\n") % self.config.file + self.info_box(_("Config file"), + _("has been created at:\n%s.\n") % self.config.file + _("Edit your screen_name and hand history path in the supported_sites section of the Preferences window (Main menu) before trying to import hands.")) self.settings = {} self.settings['global_lock'] = self.lock