Skip to content

Commit

Permalink
Fix project name in generated *.pot file
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Jan 29, 2022
1 parent fcfeecc commit 1675eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ open class GeneratePot
project.extensions.findByType(JosmPluginExtension::class.java)?.let {
"""
|
|#. Plugin description for $project.name
|#. Plugin description for ${project.name}
|msgid "${it.manifest.description}"
|msgstr ""
|
Expand Down

0 comments on commit 1675eaf

Please sign in to comment.