← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~cdd-dev/cdd/trunk] Rev 176: Spelling/text corrections.

 

------------------------------------------------------------
revno: 176
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: cdd
timestamp: Sun 2012-07-15 17:29:28 -0300
message:
  Spelling/text corrections.
modified:
  src/cdd.py


--
lp:cdd
https://code.launchpad.net/~cdd-dev/cdd/trunk

Your team MLHIM Specifications Developers is subscribed to branch lp:cdd.
To unsubscribe from this branch go to https://code.launchpad.net/~cdd-dev/cdd/trunk/+edit-subscription
=== modified file 'src/cdd.py'
--- src/cdd.py	2012-07-15 20:23:27 +0000
+++ src/cdd.py	2012-07-15 20:29:28 +0000
@@ -91,7 +91,7 @@
 
 
         # begin MainFrame set properties
-        self.SetTitle(_("Concept Constraint Definition (CCD) Editor"))
+        self.SetTitle(_("Constraint Definition Designer (aka.CCD Editor)"))
         _icon = wx.EmptyIcon()
         _icon.CopyFromBitmap(wx.Bitmap("icons/logo.png", wx.BITMAP_TYPE_ANY))
         self.SetIcon(_icon)
@@ -326,7 +326,7 @@
     def onAbout(self, evt):
         # First we create and fill the info object
         about = wx.AboutDialogInfo()
-        about.Name = "CCD Editor"
+        about.Name = "CDD (aka. CCD Editor)"
         about.Version = "1.0"
         about.Copyright = "(C) 2012 Timothy W. Cook"
         about.Description = wordwrap(