Skip to content

Commit 714af29

Browse files
author
sreeder
committed
update text for dbconn form
1 parent 0ca002a commit 714af29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odmtools/view/clsDBConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def __init__(self, parent):
179179
self.cbVersion.SetSelection(0)
180180
connectionSizer.Add(self.cbVersion, 1, wx.ALL | wx.EXPAND, 5)
181181

182-
self.stConnType = wx.StaticText(self, wx.ID_ANY, u"Connection Type:", wx.DefaultPosition, wx.DefaultSize,
182+
self.stConnType = wx.StaticText(self, wx.ID_ANY, u"ODM Version:", wx.DefaultPosition, wx.DefaultSize,
183183
wx.ALIGN_RIGHT)
184184
self.stConnType.Wrap(-1)
185185
connectionSizer.Add(self.stConnType, 0, wx.ALL | wx.EXPAND | wx.ALIGN_RIGHT, 5)

0 commit comments

Comments
 (0)