aboutsummaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
authorkiler129 <grzegorz@noflash.pl>2012-04-27 16:33:41 +0300
committerkiler129 <grzegorz@noflash.pl>2012-04-27 16:33:41 +0300
commitbe1798b81d2411cb9b67e8d8510ac86f86fab867 (patch)
tree4ae265a7e6a567a2aa8ba7de7da7ad11edd1d38b /language
parent8cc72ebe17d53373f36380506c33ca70fc0d8de4 (diff)
Fixed incorrect time format (1919:00:00 -> 19:00:00)
Diffstat (limited to 'language')
-rw-r--r--language/Polish/langinfo.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/Polish/langinfo.xml b/language/Polish/langinfo.xml
index 92fd2efc52..d69b42fcc1 100644
--- a/language/Polish/langinfo.xml
+++ b/language/Polish/langinfo.xml
@@ -13,7 +13,7 @@
<region name="Polska" locale="PL">
<dateshort>DD.MM.YYYY</dateshort>
<datelong>DDDD, D MMMM YYYY</datelong>
- <time symbolAM="" symbolPM="">HH:mm:ss</time>
+ <time symbolAM="" symbolPM="">H:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>CEST</timezone>