From c4f6e729f97fce8d1ff7cc8343154dc7edd85fb9 Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Fri, 21 Sep 2012 18:13:10 -0700
Subject: [PATCH] Add missing period in 2.35 in a string that probably isn't
 actually visible anywhere

---
 aegisub/po/de.po              | 2 +-
 aegisub/po/es.po              | 2 +-
 aegisub/po/eu.po              | 2 +-
 aegisub/po/fr_FR.po           | 4 ++--
 aegisub/po/it.po              | 2 +-
 aegisub/po/pt_PT.po           | 2 +-
 aegisub/src/command/video.cpp | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/aegisub/po/de.po b/aegisub/po/de.po
index 8c57f1046..225ef8e5a 100644
--- a/aegisub/po/de.po
+++ b/aegisub/po/de.po
@@ -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
diff --git a/aegisub/po/es.po b/aegisub/po/es.po
index 77d8f760b..d5f7dc06c 100644
--- a/aegisub/po/es.po
+++ b/aegisub/po/es.po
@@ -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
diff --git a/aegisub/po/eu.po b/aegisub/po/eu.po
index ab3fa03c3..51213638b 100644
--- a/aegisub/po/eu.po
+++ b/aegisub/po/eu.po
@@ -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
diff --git a/aegisub/po/fr_FR.po b/aegisub/po/fr_FR.po
index ecf041dd8..78e940ca2 100644
--- a/aegisub/po/fr_FR.po
+++ b/aegisub/po/fr_FR.po
@@ -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"
diff --git a/aegisub/po/it.po b/aegisub/po/it.po
index 694352a1e..81fc11279 100644
--- a/aegisub/po/it.po
+++ b/aegisub/po/it.po
@@ -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
diff --git a/aegisub/po/pt_PT.po b/aegisub/po/pt_PT.po
index 2ad66f1e5..575d13f1a 100644
--- a/aegisub/po/pt_PT.po
+++ b/aegisub/po/pt_PT.po
@@ -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
diff --git a/aegisub/src/command/video.cpp b/aegisub/src/command/video.cpp
index 255910383..10c93c212 100644
--- a/aegisub/src/command/video.cpp
+++ b/aegisub/src/command/video.cpp
@@ -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)
 
-- 
GitLab