summaryrefslogtreecommitdiff
path: root/share/scripts/stop_at_marker.lua
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-24 05:47:02 +0200
committerRobin Gareus <robin@gareus.org>2020-04-24 05:47:02 +0200
commitf72b05d3a50d65df7a0ea1b7bd6b717e0a192848 (patch)
tree48917e8272fd09b716b225e2428a0cb98041a802 /share/scripts/stop_at_marker.lua
parentfcf4e3e9eb7182fea29fa36c0817cc51c5319bcb (diff)
Update Lua script descriptions, rename some scripts
Diffstat (limited to 'share/scripts/stop_at_marker.lua')
-rw-r--r--share/scripts/stop_at_marker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/stop_at_marker.lua b/share/scripts/stop_at_marker.lua
index 35de3510c4..0d5da48b91 100644
--- a/share/scripts/stop_at_marker.lua
+++ b/share/scripts/stop_at_marker.lua
@@ -3,7 +3,7 @@ ardour {
name = "Stop at Marker",
license = "MIT",
author = "Ardour Lua Task Force",
- description = [[An example session script which stops the transport on every location marker when rolling forward.]]
+ description = [[Stop the transport on every location marker when rolling forward.]]
}
function factory ()