summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic_player.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc
index 1ff2707a8..424c3917c 100644
--- a/src/tools/dcpomatic_player.cc
+++ b/src/tools/dcpomatic_player.cc
@@ -378,12 +378,12 @@ public:
NagDialog::maybe_nag (
this,
Config::NAG_TOO_MANY_DROPPED_FRAMES,
- _(wxS("The player is dropping a lot of frames, so playback may not be accurate.\n\n"
+ _("The player is dropping a lot of frames, so playback may not be accurate.\n\n"
"<b>This does not necessarily mean that the DCP you are playing is defective!</b>\n\n"
"You may be able to improve player performance by:\n"
"• choosing 'decode at half resolution' or 'decode at quarter resolution' from the View menu\n"
"• using a more powerful computer.\n"
- ))
+ )
);
}