mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
Improved the tweet dialogs.
This commit is contained in:
@@ -67,16 +67,16 @@ class tweet(textLimited):
|
||||
def createControls(self, title, message, text):
|
||||
self.createTextArea(message, text)
|
||||
self.box.add(self.textBox)
|
||||
self.upload_image = Gtk.Button(_(u"Upload a picture"))
|
||||
self.spellcheck = Gtk.Button(_("Spelling correction"))
|
||||
self.attach = Gtk.Button(_(u"Attach audio"))
|
||||
self.upload_image = Gtk.Button(_(u"Upload image..."))
|
||||
self.spellcheck = Gtk.Button(_("Check spelling..."))
|
||||
self.attach = Gtk.Button(_(u"Attach audio..."))
|
||||
self.shortenButton = Gtk.Button(_(u"Shorten URL"))
|
||||
self.unshortenButton = Gtk.Button(_(u"Expand URL"))
|
||||
self.shortenButton.hide()
|
||||
self.shortenButton.set_no_show_all(True)
|
||||
self.unshortenButton.hide()
|
||||
self.unshortenButton.set_no_show_all(True)
|
||||
self.translateButton = Gtk.Button(_(u"Translate message"))
|
||||
self.translateButton = Gtk.Button(_(u"Translate..."))
|
||||
self.autocompletionButton = Gtk.Button(_(u"&Autocomplete users"))
|
||||
self.buttonsBox1 = Gtk.Box(spacing=6)
|
||||
self.buttonsBox1.add(self.upload_image)
|
||||
|
Reference in New Issue
Block a user