diff --git a/sw/tools/airframe_editor/airframe_editor.py b/sw/tools/airframe_editor/airframe_editor.py index 526f7200ee8..6f0ccd44bb7 100755 --- a/sw/tools/airframe_editor/airframe_editor.py +++ b/sw/tools/airframe_editor/airframe_editor.py @@ -168,7 +168,7 @@ def __init__(self): self.btnOpen = gtk.Button("Open") self.btnOpen.connect("clicked", self.open) - self.btnRun = gtk.Button("Run") + self.btnRun = gtk.Button("Reorganize XML") self.btnRun.connect("clicked", self.process) self.btnFirmwares = gtk.Button("Firmwares")