Comment 2 for bug 595374

Revision history for this message
Duane Hinnen (duanedesign) wrote :

patch to fix typo.

@@ -210,7 +210,7 @@
         self.status_label = gtk.Label("")
         self.attach(self.status_label, 0, 3, 2, 3)

- self.description = gtk.Label(_("The devices connected to with your"
+ self.description = gtk.Label(_("The devices connected to your"
                                        " personal cloud network"
                                        " are listed below"))
         self.description.set_alignment(0., .5)

thanks,
duanedesign