From 73821cbe49813231af2e0a0ad8dd4a8487f749ce Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Mon, 10 Apr 2017 10:58:35 -0700 Subject: [PATCH] Formatting --- gui/builtinPreferenceViews/pyfaDatabasePreferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/builtinPreferenceViews/pyfaDatabasePreferences.py b/gui/builtinPreferenceViews/pyfaDatabasePreferences.py index 6b48d08bf..fc564ca42 100644 --- a/gui/builtinPreferenceViews/pyfaDatabasePreferences.py +++ b/gui/builtinPreferenceViews/pyfaDatabasePreferences.py @@ -76,7 +76,7 @@ class PFGeneralPref(PreferenceView): self.m_staticline2 = wx.StaticLine(panel, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, wx.LI_HORIZONTAL) mainSizer.Add(self.m_staticline2, 0, wx.EXPAND | wx.TOP | wx.BOTTOM, 5) - self.stSubTitleTwo = wx.StaticText(panel, wx.ID_ANY, u"(DANGER ZONE!\nUsing these options will permanantly delete data out of the database.)", + self.stSubTitleTwo = wx.StaticText(panel, wx.ID_ANY, u"DANGER ZONE!\nUsing these options will permanantly delete data out of the database.", wx.DefaultPosition, wx.DefaultSize, 0) self.stSubTitleTwo.Wrap(-1) mainSizer.Add(self.stSubTitleTwo, 0, wx.ALL, 3)