summaryrefslogtreecommitdiff
path: root/po/hu.po
diff options
context:
space:
mode:
authorValerio Messina <efa@iol.it>2013-06-13 22:40:47 +0200
committerFederico Mena Quintero <federico@gnome.org>2013-06-20 15:10:37 -0500
commita37a72bafda8d9b75b292f161773c7ca9dae9f02 (patch)
tree76cd6f8ef127fb1e4abe7256689d4590e78b84df /po/hu.po
parent08d49fdd5821e18d9946ad975b04f233b22cfdd7 (diff)
downloadgtk+-a37a72bafda8d9b75b292f161773c7ca9dae9f02.tar.gz
GtkFileChooser: Missing hour on today's files for it&hu locales on Win32
The file chooser does not show the hours for files modified today when using it & hu locales on Win32. This is due to the %k format conversion for strftime() that is in Olson's Timezone Package, which msvcrt.dll doesn't have. Cygwin has it, though. So for now, we just use a %H format. While %k would render six-in-the-morning as " 6" (6 preceded by a space), %H will render it as "06". https://bugzilla.gnome.org/show_bug.cgi?id=560337
Diffstat (limited to 'po/hu.po')
-rw-r--r--po/hu.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/hu.po b/po/hu.po
index 0e5040f9c8..a92c3de179 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1772,11 +1772,11 @@ msgstr "Ismeretlen"
#: ../gtk/gtkfilechooserdefault.c:6642
msgid "%H:%M"
-msgstr "%k.%M"
+msgstr "%H.%M"
#: ../gtk/gtkfilechooserdefault.c:6644
msgid "Yesterday at %H:%M"
-msgstr "Tegnap %k.%M"
+msgstr "Tegnap %H.%M"
#: ../gtk/gtkfilechooserdefault.c:7346
msgid "Cannot change to folder because it is not local"