[vlc-devel] [PATCH] Added a hotkey for playlist deletion.
Christoph Miebach
christoph.miebach at web.de
Fri Apr 12 13:13:16 CEST 2013
Why do we need this 2 similar messages?
On 10.04.2013 20:43, Martin Zeman wrote:
> diff --git a/src/libvlc-module.c b/src/libvlc-module.c
> index 34a229e..804036d 100644
> --- a/src/libvlc-module.c
> +++ b/src/libvlc-module.c
> @@ -1347,6 +1347,9 @@ static const char *const mouse_wheel_texts[] =
> #define SET_BOOKMARK10_KEY_TEXT N_("Set playlist bookmark 10")
> #define SET_BOOKMARK_KEY_LONGTEXT N_("Select the key to set this playlist bookmark.")
>
> +#define PLAY_CLEAR_KEY_TEXT N_("Clear the playlist")
> +#define PLAY_CLEAR_KEY_LONGTEXT N_("Select the key to clear the current playlist.")
...
> +#define CLEAR_PLAYLIST_TEXT N_("Clear playlist")
> +#define CLEAR_PLAYLIST_LONGTEXT N_("This allows you to clear the playlist.")
I'd prefer "Clear the playlist" XOR "Clear playlist".
More information about the vlc-devel
mailing list