diff options
author | Harald Sitter <sitter@kde.org> | 2017-04-20 14:38:53 +0200 |
---|---|---|
committer | Harald Sitter <sitter@kde.org> | 2017-04-20 14:38:53 +0200 |
commit | a45320e893f540a5df1a9b96a32e4de20a1b6601 (patch) | |
tree | 837f09b40e68f58e1fbd665097172308861dfcf8 | |
parent | fe46a935227f3ba8c228b8b434546a8014444e02 (diff) | |
download | extra-cmake-modules-a45320e893f540a5df1a9b96a32e4de20a1b6601.tar.gz extra-cmake-modules-a45320e893f540a5df1a9b96a32e4de20a1b6601.tar.bz2 |
fix documentation, ecm_install_po_files_as_qm generates .qm, not .mo
-rw-r--r-- | modules/ECMPoQmTools.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMPoQmTools.cmake b/modules/ECMPoQmTools.cmake index 5bc3b075..49557b8e 100644 --- a/modules/ECMPoQmTools.cmake +++ b/modules/ECMPoQmTools.cmake @@ -60,7 +60,7 @@ # fr/ # mylib.po # -# ``ecm_install_po_files_as_qm(po)`` compiles ``mylib.po`` into ``mylib.mo`` and +# ``ecm_install_po_files_as_qm(po)`` compiles ``mylib.po`` into ``mylib.qm`` and # installs it in ``<install_destination>/fr/LC_MESSAGES``. # ``<install_destination>`` defaults to ``${LOCALE_INSTALL_DIR}`` if defined, # otherwise it uses ``${CMAKE_INSTALL_LOCALEDIR}`` if that is defined, otherwise |