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

core: translate deinterlace choice labels

parent 31d99aab
No related branches found
No related tags found
1 merge request!90Add missing translation markers for option labels and choice lists
......@@ -356,7 +356,7 @@ static const int pi_deinterlace[] = {
0, -1, 1
};
static const char * const ppsz_deinterlace_text[] = {
"Off", "Automatic", "On"
N_("Off"), N_("Automatic"), N_("On")
};
#define DEINTERLACE_MODE_TEXT N_("Deinterlace mode")
......
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