From 0b205e801926f0edd0b5f077ca206366aeca5ad6 Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Fri, 3 Jan 2014 07:41:36 -0800
Subject: [PATCH] Fix typo in help text

---
 aegisub/po/aegisub.pot           | 2 +-
 aegisub/po/id.po                 | 2 +-
 aegisub/po/pt_PT.po              | 2 +-
 aegisub/src/command/subtitle.cpp | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/aegisub/po/aegisub.pot b/aegisub/po/aegisub.pot
index cde1edc5b..491537c61 100644
--- a/aegisub/po/aegisub.pot
+++ b/aegisub/po/aegisub.pot
@@ -1790,7 +1790,7 @@ msgid "Find"
 msgstr ""
 
 #: ../src/command/subtitle.cpp:94
-msgid "Search for text the in subtitles"
+msgid "Search for text in the subtitles"
 msgstr ""
 
 #: ../src/command/subtitle.cpp:104
diff --git a/aegisub/po/id.po b/aegisub/po/id.po
index 5632ac36c..7f8c1edca 100644
--- a/aegisub/po/id.po
+++ b/aegisub/po/id.po
@@ -1850,7 +1850,7 @@ msgid "Find"
 msgstr "Cari"
 
 #: ../src/command/subtitle.cpp:94
-msgid "Search for text the in subtitles"
+msgid "Search for text in the subtitles"
 msgstr "Cari teks di dalam takarir"
 
 #: ../src/command/subtitle.cpp:104
diff --git a/aegisub/po/pt_PT.po b/aegisub/po/pt_PT.po
index d7f4566f1..dc4fe7e40 100644
--- a/aegisub/po/pt_PT.po
+++ b/aegisub/po/pt_PT.po
@@ -1854,7 +1854,7 @@ msgid "Find"
 msgstr "Localizar"
 
 #: ../src/command/subtitle.cpp:94
-msgid "Search for text the in subtitles"
+msgid "Search for text in the subtitles"
 msgstr "Procurar por texto nas legendas"
 
 #: ../src/command/subtitle.cpp:104
diff --git a/aegisub/src/command/subtitle.cpp b/aegisub/src/command/subtitle.cpp
index 879671cd5..0c258b7b8 100644
--- a/aegisub/src/command/subtitle.cpp
+++ b/aegisub/src/command/subtitle.cpp
@@ -91,7 +91,7 @@ struct subtitle_find : public Command {
 	CMD_NAME("subtitle/find")
 	STR_MENU("&Find...")
 	STR_DISP("Find")
-	STR_HELP("Search for text the in subtitles")
+	STR_HELP("Search for text in the subtitles")
 
 	void operator()(agi::Context *c) override {
 		c->videoController->Stop();
-- 
GitLab