summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2014-12-31 04:52:09 +0100
committerjvoisin2014-12-31 04:52:09 +0100
commita47265e5115996369b2843ea370fdda0637a1475 (patch)
treecd618c4c52f7b0529e090195f694d65bdaeed90c /mat-gui
parent6038794bad0c566de815e043b25e8f32024061f9 (diff)
Improves the GUI a bit
- Use better icons - Remove the term "Scour"
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat-gui b/mat-gui
index 7defe8b..aa3ee07 100755
--- a/mat-gui
+++ b/mat-gui
@@ -350,7 +350,7 @@ non-anonymised) file to output archive'))
350 archive 350 archive
351 ''' 351 '''
352 dialog = Gtk.Dialog(title=_('Non-supported files in archive'), parent=self.window, 352 dialog = Gtk.Dialog(title=_('Non-supported files in archive'), parent=self.window,
353 flags=Gtk.DialogFlags.MODAL, buttons=(_('Scour'), 0)) 353 flags=Gtk.DialogFlags.MODAL, buttons=(_('Clean'), 0))
354 dialog.set_size_request(220, 180) 354 dialog.set_size_request(220, 180)
355 vbox = Gtk.VBox(spacing=5) 355 vbox = Gtk.VBox(spacing=5)
356 sc = Gtk.ScrolledWindow() 356 sc = Gtk.ScrolledWindow()