diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-09 02:05:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:59:25 +0200 |
| commit | f06e5720df22a46fa5d853320cea785c5b0192eb (patch) | |
| tree | c78a20b31fa94082b9cbe6430e80511b7fb0b9d1 /src/tools | |
| parent | 3f3903ca3c8da8b661e8b9ebd228d957b106f8ba (diff) | |
Remove unnecessary use of wxS().
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 4 |
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" - )) + ) ); } |
