aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_metatypes.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-06 07:39:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-06 07:39:08 +0000
commit457943fa8e0497ca9e89a6b39e17b0a2f97e9a94 (patch)
tree2b6c950238d833729b1f6f6d85acdd98ee0fd53f /src/main/extractor_metatypes.c
parentac16c3a90918e174635a177d3c8284e2ab60e41a (diff)
downloadlibextractor-457943fa8e0497ca9e89a6b39e17b0a2f97e9a94.tar.gz
libextractor-457943fa8e0497ca9e89a6b39e17b0a2f97e9a94.zip
Yuri Chornoivan wrote:
Dear libextractor developers, Thank you for working on free software. I have found minor typo in one of the messages while translating libextractor into Ukrainian (patch attached). Namely, it is "gourping -> grouping". The patch also fixes "the the" in comments to the code. Thanks for correcting these typos. Best regards, Yuri
Diffstat (limited to 'src/main/extractor_metatypes.c')
-rw-r--r--src/main/extractor_metatypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c
index 571ab06..abf89cb 100644
--- a/src/main/extractor_metatypes.c
+++ b/src/main/extractor_metatypes.c
@@ -501,7 +501,7 @@ static const struct MetaTypeDescription meta_type_descriptions[] = {
501 gettext_noop ("number of the episode within a season/show") }, 501 gettext_noop ("number of the episode within a season/show") },
502 { gettext_noop ("show season number"), 502 { gettext_noop ("show season number"),
503 gettext_noop ("number of the season of a show/series") }, 503 gettext_noop ("number of the season of a show/series") },
504 { gettext_noop ("gourping"), 504 { gettext_noop ("grouping"),
505 gettext_noop ("groups together media that are related and spans multiple tracks. An example are multiple pieces of a concerto") }, 505 gettext_noop ("groups together media that are related and spans multiple tracks. An example are multiple pieces of a concerto") },
506 { gettext_noop ("device manufacturer"), 506 { gettext_noop ("device manufacturer"),
507 gettext_noop ("manufacturer of the device used to create the media") }, 507 gettext_noop ("manufacturer of the device used to create the media") },