Skip to content

Commit a9f5096

Browse files
button name updated
1 parent 9a3f6ea commit a9f5096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pica/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def create_resource_panel(self, parent):
324324
util_frame.grid_columnconfigure((0, 1, 2, 3), weight=1)
325325
ttk.Button(
326326
util_frame,
327-
text="GPIB Utils",
327+
text="VISA/GPIB Utils",
328328
style='App.TButton',
329329
command=self.run_gpib_test).grid(
330330
row=0,

0 commit comments

Comments
 (0)