From 2b07b3411f1cc937e4965cc52680feb65882df29 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sun, 8 Jan 2012 01:05:39 +0000 Subject: [PATCH] Fill in a few placeholder strings Originally committed to SVN as r6215. --- aegisub/src/command/video.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aegisub/src/command/video.cpp b/aegisub/src/command/video.cpp index 45b73a756..108c08ec5 100644 --- a/aegisub/src/command/video.cpp +++ b/aegisub/src/command/video.cpp @@ -281,12 +281,12 @@ struct video_details : public validator_video_loaded { } }; -/// +/// Toggle focus between the video slider and other things struct video_focus_seek : public validator_video_loaded { CMD_NAME("video/focus_seek") - STR_MENU("XXX: no idea") - STR_DISP("XXX: no idea") - STR_HELP("XXX: no idea") + STR_MENU("Toggle video slider focus") + STR_DISP("Toggle video slider focus") + STR_HELP("Toggle focus between the video slider and other things") void operator()(agi::Context *c) { wxWindow *curFocus = wxWindow::FindFocus();