Removing GrandCentral from various parts of the code
authorepage <eopage@byu.net>
Thu, 24 Sep 2009 01:34:10 +0000 (01:34 +0000)
committerepage <eopage@byu.net>
Thu, 24 Sep 2009 01:34:10 +0000 (01:34 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@470 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/dc_glade.py
src/gv_backend.py
src/gv_views.py

index d4c721c..b94b98c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python2.5
 
 """
-DialCentral - Front end for Google's Grand Central service.
+DialCentral - Front end for Google's GoogleVoice service.
 Copyright (C) 2008  Mark Bergman bergman AT merctech DOT com
 
 This library is free software; you can redistribute it and/or
@@ -739,7 +739,7 @@ class Dialcentral(object):
 
                        if not loggedIn:
                                self._errorDisplay.push_message(
-                                       "Backend link with grandcentral is not working, please try again"
+                                       "Backend link with GoogleVoice is not working, please try again"
                                )
                                return
 
@@ -768,7 +768,7 @@ class Dialcentral(object):
 
                        if not loggedIn:
                                self._errorDisplay.push_message(
-                                       "Backend link with grandcentral is not working, please try again"
+                                       "Backend link with GoogleVoice is not working, please try again"
                                )
                                return
 
@@ -806,7 +806,7 @@ class Dialcentral(object):
                        dlg.set_name(constants.__pretty_app_name__)
                        dlg.set_version("%s-%d" % (constants.__version__, constants.__build__))
                        dlg.set_copyright("Copyright 2008 - LGPL")
-                       dlg.set_comments("Dialcentral is a touch screen enhanced interface to your GoogleVoice/Grandcentral account.  This application is not affiliated with Google in any way")
+                       dlg.set_comments("Dialcentral is a touch screen enhanced interface to your GoogleVoice account.  This application is not affiliated with Google in any way")
                        dlg.set_website("http://gc-dialer.garage.maemo.org/")
                        dlg.set_authors(["<z2n@merctech.com>", "Eric Warnke <ericew@gmail.com>", "Ed Page <edpage@byu.net>"])
                        dlg.run()
index 58d3bdc..0e5da67 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 """
-DialCentral - Front end for Google's Grand Central service.
+DialCentral - Front end for Google's GoogleVoice service.
 Copyright (C) 2008  Eric Warnke ericew AT gmail DOT com
 
 This library is free software; you can redistribute it and/or
@@ -99,7 +99,7 @@ def itergroup(iterator, count, padValue = None):
 
 class GVDialer(object):
        """
-       This class encapsulates all of the knowledge necessary to interace with the grandcentral servers
+       This class encapsulates all of the knowledge necessary to interact with the GoogleVoice servers
        the functions include login, setting up a callback number, and initalting a callback
        """
 
@@ -144,7 +144,7 @@ class GVDialer(object):
 
        def login(self, username, password):
                """
-               Attempt to login to grandcentral
+               Attempt to login to GoogleVoice
                @returns Whether login was successful or not
                """
                if self.is_authed():
@@ -236,7 +236,7 @@ class GVDialer(object):
 
        def get_account_number(self):
                """
-               @returns The grand central phone number
+               @returns The GoogleVoice phone number
                """
                return self._accountNum
 
@@ -282,7 +282,7 @@ class GVDialer(object):
 
        def set_callback_number(self, callbacknumber):
                """
-               Set the number that grandcental calls
+               Set the number that GoogleVoice calls
                @param callbacknumber should be a proper 10 digit number
                """
                self._callbackNumber = callbacknumber
index cc60df5..223a48a 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python2.5
 
 """
-DialCentral - Front end for Google's Grand Central service.
+DialCentral - Front end for Google's GoogleVoice service.
 Copyright (C) 2008  Mark Bergman bergman AT merctech DOT com
 
 This library is free software; you can redistribute it and/or