From 4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 18 Dec 2013 17:12:07 +0100 Subject: Remove the _ macro This was a gettext-style macro to mark strings that should be translated. --- player/playloop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player/playloop.c') diff --git a/player/playloop.c b/player/playloop.c index 777d86e974..d373cf1049 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -52,7 +52,7 @@ #define WAKEUP_PERIOD 0.5 -static const char av_desync_help_text[] = _( +static const char av_desync_help_text[] = "\n\n" " *************************************************\n" " **** Audio/Video desynchronisation detected! ****\n" @@ -73,7 +73,7 @@ static const char av_desync_help_text[] = _( "- Try to find out whether audio or video is causing this by experimenting\n" " with --no-video and --no-audio.\n" "- If you swiched audio or video tracks, try seeking to force synchronization.\n" -"If none of this helps you, file a bug report.\n\n"); +"If none of this helps you, file a bug report.\n\n"; void pause_player(struct MPContext *mpctx) -- cgit v1.2.3