Skip to content

Commit

Permalink
changed label for 3: Duration on advanced shots to be 3: Maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
decentjohn committed Mar 3, 2021
1 parent 2d4196f commit f97711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de1plus/skins/default/de1_skin_settings.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ add_de1_text "settings_2c" 70 230 -text [translate "Steps"] -font Helv_10_bold -
add_de1_text "settings_2c" 984 240 -text [translate "1: Temperature"] -font Helv_9_bold -fill "#7f879a" -anchor "nw"
add_de1_variable "settings_2c" 1600 240 -text "" -font Helv_9_bold -fill "#7f879a" -anchor "nw" -textvariable {[if {[ifexists ::current_adv_step(pump)] == "flow"} {return [translate "2: Pump by Flow"]} else {return [translate "2: Pump by Pressure"]}]}

add_de1_text "settings_2c" 984 830 -text [translate "3: Duration"] -font Helv_9_bold -fill "#7f879a" -anchor "nw"
add_de1_text "settings_2c" 984 830 -text [translate "3: Maximum"] -font Helv_9_bold -fill "#7f879a" -anchor "nw"

#add_de1_variable "settings_2c" 2238 830 -text "" -font Helv_7_bold -fill "#4e85f4" -anchor "center" -textvariable {$::settings(settings_profile_type)}

Expand Down

0 comments on commit f97711b

Please sign in to comment.