mirror of https://github.com/odrling/Aegisub
Add missing period in 2.35 in a string that probably isn't actually visible anywhere
This commit is contained in:
parent
6943b868da
commit
c4f6e729f9
|
@ -923,7 +923,7 @@ msgid "&Cinematic (2.35)"
|
|||
msgstr "Kinoformat (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:92
|
||||
msgid "Cinematic (235)"
|
||||
msgid "Cinematic (2.35)"
|
||||
msgstr "Kinoformat (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:93
|
||||
|
|
|
@ -920,7 +920,7 @@ msgid "&Cinematic (2.35)"
|
|||
msgstr "&Cine (2.35:1)"
|
||||
|
||||
#: ../src/command/video.cpp:92
|
||||
msgid "Cinematic (235)"
|
||||
msgid "Cinematic (2.35)"
|
||||
msgstr "Cine (2.35:1)"
|
||||
|
||||
#: ../src/command/video.cpp:93
|
||||
|
|
|
@ -920,7 +920,7 @@ msgid "&Cinematic (2.35)"
|
|||
msgstr "&Zinematik (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:92
|
||||
msgid "Cinematic (235)"
|
||||
msgid "Cinematic (2.35)"
|
||||
msgstr "Zinematik (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:93
|
||||
|
|
|
@ -917,8 +917,8 @@ msgid "&Cinematic (2.35)"
|
|||
msgstr "&Cinématique (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:92
|
||||
msgid "Cinematic (235)"
|
||||
msgstr "Cinématique (235)"
|
||||
msgid "Cinematic (2.35)"
|
||||
msgstr "Cinématique (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:93
|
||||
msgid "Forces video to 2.35 aspect ratio"
|
||||
|
|
|
@ -920,7 +920,7 @@ msgid "&Cinematic (2.35)"
|
|||
msgstr "&Cinematic (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:92
|
||||
msgid "Cinematic (235)"
|
||||
msgid "Cinematic (2.35)"
|
||||
msgstr "Cinematic (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:93
|
||||
|
|
|
@ -918,7 +918,7 @@ msgid "&Cinematic (2.35)"
|
|||
msgstr "&Cinemático (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:92
|
||||
msgid "Cinematic (235)"
|
||||
msgid "Cinematic (2.35)"
|
||||
msgstr "Cinemático (2.35)"
|
||||
|
||||
#: ../src/command/video.cpp:93
|
||||
|
|
|
@ -89,7 +89,7 @@ struct validator_video_attached : public Command {
|
|||
struct video_aspect_cinematic : public validator_video_loaded {
|
||||
CMD_NAME("video/aspect/cinematic")
|
||||
STR_MENU("&Cinematic (2.35)")
|
||||
STR_DISP("Cinematic (235)")
|
||||
STR_DISP("Cinematic (2.35)")
|
||||
STR_HELP("Forces video to 2.35 aspect ratio")
|
||||
CMD_TYPE(COMMAND_VALIDATE | COMMAND_RADIO)
|
||||
|
||||
|
|
Loading…
Reference in New Issue