mirror of https://github.com/odrling/Aegisub
Fix typo in help text
This commit is contained in:
parent
b57f0a9c6d
commit
40ddfa8e59
|
@ -1790,7 +1790,7 @@ msgid "Find"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/command/subtitle.cpp:94
|
#: ../src/command/subtitle.cpp:94
|
||||||
msgid "Search for text the in subtitles"
|
msgid "Search for text in the subtitles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/command/subtitle.cpp:104
|
#: ../src/command/subtitle.cpp:104
|
||||||
|
|
|
@ -1850,7 +1850,7 @@ msgid "Find"
|
||||||
msgstr "Cari"
|
msgstr "Cari"
|
||||||
|
|
||||||
#: ../src/command/subtitle.cpp:94
|
#: ../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"
|
msgstr "Cari teks di dalam takarir"
|
||||||
|
|
||||||
#: ../src/command/subtitle.cpp:104
|
#: ../src/command/subtitle.cpp:104
|
||||||
|
|
|
@ -1854,7 +1854,7 @@ msgid "Find"
|
||||||
msgstr "Localizar"
|
msgstr "Localizar"
|
||||||
|
|
||||||
#: ../src/command/subtitle.cpp:94
|
#: ../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"
|
msgstr "Procurar por texto nas legendas"
|
||||||
|
|
||||||
#: ../src/command/subtitle.cpp:104
|
#: ../src/command/subtitle.cpp:104
|
||||||
|
|
|
@ -94,7 +94,7 @@ struct subtitle_find : public Command {
|
||||||
CMD_ICON(find_button)
|
CMD_ICON(find_button)
|
||||||
STR_MENU("&Find...")
|
STR_MENU("&Find...")
|
||||||
STR_DISP("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 {
|
void operator()(agi::Context *c) override {
|
||||||
c->videoController->Stop();
|
c->videoController->Stop();
|
||||||
|
|
Loading…
Reference in New Issue