Skip to content
Snippets Groups Projects
Commit b60b391d authored by Lyndon Brown's avatar Lyndon Brown Committed by Rémi Denis-Courmont
Browse files

anaglyph: translate option choice labels

parent 36e8ff9d
No related branches found
No related tags found
1 merge request!90Add missing translation markers for option labels and choice lists
......@@ -57,11 +57,11 @@ static const char *const ppsz_scheme_values[] = {
"magenta-cyan",
};
static const char *const ppsz_scheme_descriptions[] = {
"pure red (left) pure green (right)",
"pure red (left) pure blue (right)",
"pure red (left) pure cyan (right)",
"pure green (left) pure magenta (right)",
"magenta (left) cyan (right)",
N_("pure red (left) pure green (right)"),
N_("pure red (left) pure blue (right)"),
N_("pure red (left) pure cyan (right)"),
N_("pure green (left) pure magenta (right)"),
N_("magenta (left) cyan (right)"),
};
vlc_module_begin()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment