Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile: fix desc for audio language
  • Loading branch information
perexg committed Apr 13, 2016
1 parent 8953ece commit f499bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Expand Up @@ -1745,7 +1745,7 @@ const idclass_t profile_transcode_class =
.type = PT_STR,
.id = "language",
.name = N_("Language"),
.desc = N_("Audio language (Not currently used)."),
.desc = N_("Preferred audio language."),
.off = offsetof(profile_transcode_t, pro_language),
.list = profile_class_language_list,
.opts = PO_ADVANCED,
Expand Down

0 comments on commit f499bbd

Please sign in to comment.