Add some TRANSLATORS comments.
[dcpomatic.git] / src / wx / timing_panel.cc
index c8fd9984fe3008445b2b4a8e429fd11495c67001..cad34682373697fcb1d1eab4ffb13fe07f0671f7 100644 (file)
@@ -42,6 +42,7 @@ using boost::optional;
 
 TimingPanel::TimingPanel (ContentPanel* p, FilmViewer* viewer)
        /* horrid hack for apparent lack of context support with wxWidgets i18n code */
+       /// TRANSLATORS: translate the word "Timing" here; do not include the "Timing|" prefix
        : ContentSubPanel (p, S_("Timing|Timing"))
        , _viewer (viewer)
 {