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 7ffb107bf..7181ad129 100644
--- a/src/tools/dcpomatic_player.cc
+++ b/src/tools/dcpomatic_player.cc
@@ -359,12 +359,12 @@ public:
NagDialog::maybe_nag (
this,
Config::NAG_TOO_MANY_DROPPED_FRAMES,
- _("The player is dropping a lot of frames, so playback may not be accurate.\n\n"
+ _(wxS("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"
- )
+ ))
);
}