From 8c7d818eca442770a8491858f263c0da0e56b9b3 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Mon, 1 Aug 2005 16:00:36 +0000 Subject: [PATCH] changed comment --- src/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index 6b40e976b..67032e9dc 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -627,7 +627,7 @@ class StatusTable: str_status += ' - ' + status return gtkgui_helpers.escape_for_pango_markup(str_status) - # "Pan Taduesz; Ksiega I" problem, reported by koorek + # "too long status make the tooltip large than the screen" problem, reported by koorek def strip_text(self, text, max_length): text = text.strip() if len(text) > max_length: