[vlc-commits] l10n: fix a typo
Michał Trzebiatowski
git at videolan.org
Fri Apr 23 14:04:58 UTC 2021
vlc/vlc-3.0 | branch: master | Michał Trzebiatowski <michtrz at gmail.com> | Fri Apr 23 01:48:06 2021 +0200| [7c03d16fb2b1e41f1ce61caee51b861db9fe1a7b] | committer: David Fuhrmann
l10n: fix a typo
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7c03d16fb2b1e41f1ce61caee51b861db9fe1a7b
---
modules/demux/subtitle.c | 2 +-
po/vlc.pot | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/demux/subtitle.c b/modules/demux/subtitle.c
index 07d8c9d3ab..84bd4acd59 100644
--- a/modules/demux/subtitle.c
+++ b/modules/demux/subtitle.c
@@ -55,7 +55,7 @@ static void Close( vlc_object_t *p_this );
N_("Override the normal frames per second settings. " \
"This will only work with MicroDVD and SubRIP (SRT) subtitles.")
#define SUB_TYPE_LONGTEXT \
- N_("Force the subtiles format. Selecting \"auto\" means autodetection and should always work.")
+ N_("Force the subtitles format. Selecting \"auto\" means autodetection and should always work.")
#define SUB_DESCRIPTION_LONGTEXT \
N_("Override the default track description.")
diff --git a/po/vlc.pot b/po/vlc.pot
index 02823b3e44..ecbf5fe80a 100644
--- a/po/vlc.pot
+++ b/po/vlc.pot
@@ -15232,8 +15232,8 @@ msgstr ""
#: modules/demux/subtitle.c:58
msgid ""
-"Force the subtiles format. Selecting \"auto\" means autodetection and should "
-"always work."
+"Force the subtitles format. Selecting \"auto\" means autodetection and "
+"should always work."
msgstr ""
#: modules/demux/subtitle.c:60
More information about the vlc-commits
mailing list