mirror of
https://github.com/nikdoof/oblogout.git
synced 2025-12-21 14:29:24 +00:00
Removed en_GB, not needed. Added template
This commit is contained in:
@@ -51,7 +51,7 @@ class OpenboxLogout():
|
||||
|
||||
# Start pyGTK setup
|
||||
self.window = gtk.Window()
|
||||
self.window.set_title(_("logout"))
|
||||
self.window.set_title(_("Openbox Logout"))
|
||||
|
||||
self.window.connect("destroy", self.quit)
|
||||
self.window.connect("key-press-event", self.on_keypress)
|
||||
|
||||
Reference in New Issue
Block a user