summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-18 17:12:07 +0100
committerwm4 <wm4@nowhere>2013-12-18 17:12:07 +0100
commit4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1 (patch)
treeac7e50126ebb5c92669f408bbf72d671f68db6b4 /player/playloop.c
parent761a0137364ba8ba3bc7f921248da57947132303 (diff)
downloadmpv-4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1.tar.bz2
mpv-4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1.tar.xz
Remove the _ macro
This was a gettext-style macro to mark strings that should be translated.
Diffstat (limited to 'player/playloop.c')
-rw-r--r--player/playloop.c4
1 files changed, 2 insertions, 2 deletions
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)