From 0e6b73382f4357cd6a14e938fca8fe7c34fb5b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 21 Jan 2014 15:33:15 +0100 Subject: [PATCH] 7404: update docstring --- gramps/gui/editors/editdate.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gramps/gui/editors/editdate.py b/gramps/gui/editors/editdate.py index 9b9877575..43c20b396 100644 --- a/gramps/gui/editors/editdate.py +++ b/gramps/gui/editors/editdate.py @@ -24,9 +24,8 @@ """ Date editing module for Gramps. -The EditDate provides visual feedback to the user via a pixamp -to indicate if the associated GtkEntry box contains a valid date. Green -means complete and regular date. Yellow means a valid, but not a regular date. +The EditDate provides visual feedback to the user to indicate if +the associated GtkEntry box contains a valid date. Red means that the date is not valid, and will be viewed as a text string instead of a date.