Commit 189c715a authored by Zoran Turalija's avatar Zoran Turalija Committed by Jean-Baptiste Kempf

Deinterlace: Correct deinterlace hotkey descriptions.

Deinterlace hotkey does not cycle through deinterlace modes;
it toggles deinterlace state on/off.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8206f9ff
......@@ -1377,8 +1377,8 @@ static const char *const ppsz_albumart_descriptions[] =
#define SCALE_UP_KEY_LONGTEXT N_("Increase scale factor.")
#define SCALE_DOWN_KEY_TEXT N_("Decrease scale factor")
#define SCALE_DOWN_KEY_LONGTEXT N_("Decrease scale factor.")
#define DEINTERLACE_KEY_TEXT N_("Cycle deinterlace modes")
#define DEINTERLACE_KEY_LONGTEXT N_("Cycle through deinterlace modes.")
#define DEINTERLACE_KEY_TEXT N_("Toggle deinterlacing")
#define DEINTERLACE_KEY_LONGTEXT N_("Activate or deactivate deinterlacing.")
#define INTF_TOGGLE_FSC_KEY_TEXT N_("Show controller in fullscreen")
#define INTF_SHOW_KEY_TEXT N_("Show interface")
#define INTF_SHOW_KEY_LONGTEXT N_("Raise the interface above all other windows.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment