diff --git a/LanguageMaster.xml b/LanguageMaster.xml
index 6276f7950..5e8dcb61e 100644
--- a/LanguageMaster.xml
+++ b/LanguageMaster.xml
@@ -1877,9 +1877,9 @@ can edit in same subtitle file (collaboration)
HH:MM:SS.MS (00:00:01.500)
HH:MM:SS:FF (00:00:01:12)
Split behavior
- Add gap to the left of split point
- Add gap in the center of split point
- Add gap to the right of split point
+ Add gap to the left of split point (focus right)
+ Add gap in the center of split point (focus left)
+ Add gap to the right of split point (focus left)
Video engine
DirectShow
quartz.dll in system32 folder
diff --git a/libse/Language.cs b/libse/Language.cs
index ca4876609..3f170b365 100644
--- a/libse/Language.cs
+++ b/libse/Language.cs
@@ -2173,9 +2173,9 @@ can edit in same subtitle file (collaboration)",
TimeCodeModeHHMMSSMS = "HH:MM:SS.MS (00:00:01.500)",
TimeCodeModeHHMMSSFF = "HH:MM:SS:FF (00:00:01:12)",
SplitBehavior = "Split behavior",
- SplitBehaviorPrevious = "Add gap to the left of split point",
- SplitBehaviorHalf = "Add gap in the center of split point",
- SplitBehaviorNext = "Add gap to the right of split point",
+ SplitBehaviorPrevious = "Add gap to the left of split point (focus right)",
+ SplitBehaviorHalf = "Add gap in the center of split point (focus left)",
+ SplitBehaviorNext = "Add gap to the right of split point (focus left)",
VideoEngine = "Video engine",
DirectShow = "DirectShow",
DirectShowDescription = "quartz.dll in system32 folder",