diff options
Diffstat (limited to 'h-client')
-rw-r--r-- | h-client/hclient.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-client/hclient.py b/h-client/hclient.py index a1911a9..be83717 100644 --- a/h-client/hclient.py +++ b/h-client/hclient.py @@ -668,7 +668,7 @@ class hclient: self._submitFlag = False #start the client object - self.client = Client('h-source') + self.client = Client('www.sandbox.h-node.com') self.client.createDevices() # Create the main window @@ -827,7 +827,7 @@ class hclient: ### other names #other names label - self.otherNamesLabel = gtk.Label("Possible other names of the device:\n( <i>write a name per row</i> )") + self.otherNamesLabel = gtk.Label("Possible other names of the device:\n( <i>write one name per row</i> )") self.otherNamesLabel.set_use_markup(True) self.otherNamesLabel.set_alignment(0.76,0.5) self.otherNamesLabel.set_justify(gtk.JUSTIFY_RIGHT) |