mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
Fix: Remove trailing '%' from weather.app.time.text in ComposeTemplate properties
This commit is contained in:
parent
ccd0a7a0b1
commit
a079747d44
@ -1,5 +1,5 @@
|
||||
weather.app.temperature.text={0}\u00B0C
|
||||
weather.app.time.text=Time: {0}%
|
||||
weather.app.time.text=Time: {0}
|
||||
weather.app.humidity.text=Humidity: {0}%
|
||||
weather.app.wind.direction.text=Wind: {0} km/h {1}
|
||||
weather.app.my.locations.header.text=My Locations
|
||||
|
||||
Loading…
Reference in New Issue
Block a user