Changeset 5156 for lliurex-connect/trunk/fuentes/lliurex-connect/usr/share/lliurex-connect/splash.py
- Timestamp:
- Jun 13, 2017, 11:25:57 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-connect/trunk/fuentes/lliurex-connect/usr/share/lliurex-connect/splash.py
r5140 r5156 59 59 row = Gtk.ListBoxRow() 60 60 hbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=50) 61 label = Gtk.Label( "Do not show this message", xalign=0)61 label = Gtk.Label(_("Show this message"), xalign=0) 62 62 check = Gtk.CheckButton() 63 63 check.set_active(self.active)
Note: See TracChangeset
for help on using the changeset viewer.