From 642a9df2bf4eb7557666dad2d7bec4045355b7f7 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 27 Jan 2012 20:04:05 +0000 Subject: [PATCH] Correct the tooltip for 'Shift to Current Frame' Originally committed to SVN as r6382. --- aegisub/src/command/time.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aegisub/src/command/time.cpp b/aegisub/src/command/time.cpp index 74f0a7520..6f3a420b0 100644 --- a/aegisub/src/command/time.cpp +++ b/aegisub/src/command/time.cpp @@ -120,12 +120,12 @@ struct time_continuous_start : public validate_adjoinable { }; -/// Shift selection so first selected line starts at current frame. +/// Shift selection so that the active line starts at current frame. struct time_frame_current : public validate_video_loaded { CMD_NAME("time/frame/current") STR_MENU("Shift to &Current Frame") STR_DISP("Shift to Current Frame") - STR_HELP("Shift selection so first selected line starts at current frame.") + STR_HELP("Shift selection so that the active line starts at current frame.") void operator()(agi::Context *c) { if (!c->videoController->IsLoaded()) return;