diff options
author | Slávek Banko <[email protected]> | 2021-06-25 21:55:17 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-25 21:57:20 +0200 |
commit | f847965384c1deb4dfbda39b551bf8197162e549 (patch) | |
tree | cb36d65f7dfae1383ae08e76679f1c405c9af7d6 | |
parent | 22e68f8c11b683cfea5a5b9873e0fd010c391453 (diff) | |
download | kopete-otr-f847965384c1deb4dfbda39b551bf8197162e549.tar.gz kopete-otr-f847965384c1deb4dfbda39b551bf8197162e549.zip |
Fix location of translation template in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d4167959a0b400db906d92150f1f31ff2baf2431)
-rw-r--r-- | src/CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 0a1b76c..591bd6b 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "kopete_otr" ) +tde_l10n_create_template( "messages/kopete_otr" ) |