Skip to content

Commit aec9f94

Browse files
committed
Rename offset option
1 parent 7999a2e commit aec9f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced-timer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ function script_properties()
437437
obs.obs_property_set_modified_callback(p_mode, settings_modified)
438438

439439
obs.obs_properties_add_int(props, "duration", "Countdown duration (seconds)", 1, 100000000, 1)
440-
obs.obs_properties_add_int(props, "offset", "Countup offset (seconds)", 0, 100000000, 1)
440+
obs.obs_properties_add_int(props, "offset", "Countup from (seconds)", 0, 100000000, 1)
441441
obs.obs_properties_add_int(props, "year", "Year", 1971, 100000000, 1)
442442
obs.obs_properties_add_int(props, "month", "Month (1-12)", 1, 12, 1)
443443
obs.obs_properties_add_int(props, "day", "Day (1-31)", 1, 31, 1)

0 commit comments

Comments
 (0)