diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-24 00:01:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-24 00:01:04 +0200 |
| commit | 94bbba64c270c9365e7ecb7a00fc40f04f203421 (patch) | |
| tree | ed84eec59b5b228970686c6eb4f50543d636ef8d /DEVELOP.md | |
| parent | 5d78e6948f04b8ee402a02be680a2829384594d7 (diff) | |
Fix copy-paste error.
Diffstat (limited to 'DEVELOP.md')
| -rw-r--r-- | DEVELOP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOP.md b/DEVELOP.md index 024e9d1aa..7058938dd 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -91,7 +91,7 @@ to load a script file called `stress` and start executing it. - ./waf pot - cp build/src/lib/libdcpomatic.pot src/lib/po/$LANG.po - cp build/src/wx/libdcpomatic-wx.pot src/wx/po/$LANG.po -- cp build/src/tools/libdcpomatic-wx.pot src/tools/po/$LANG.po +- cp build/src/tools/dcpomatic.pot src/tools/po/$LANG.po - sed -i "s/CHARSET/UTF-8/" src/{lib,wx,tools}/po/$LANG.po - Commit / push - Add credit to `src/wx/about_dialog.cc` and database. |
