From 234ee04a7eaa3c67f35115f9b79fd041584c73fe Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Mon, 16 Jun 2014 10:33:10 -0700 Subject: [PATCH] slight warning-wording change --- gramps/gui/grampsgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/grampsgui.py b/gramps/gui/grampsgui.py index 606ff1f9e..35b6a3181 100644 --- a/gramps/gui/grampsgui.py +++ b/gramps/gui/grampsgui.py @@ -214,7 +214,7 @@ def _display_welcome_message(): from .dialog import WarningDialog WarningDialog( _('Danger: This is unstable code!'), - _("This Gramps master is a development release. " + _("This Gramps ('master') is a development release. " "This version is not meant for normal usage. Use " "at your own risk.\n" "\n"