Fix typo in help text

This commit is contained in:
Thomas Goyne 2014-01-03 07:41:36 -08:00
parent 9a0ecb9877
commit 0b205e8019
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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();