1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

bg_BG.po: Small reformating of a (Dive# - data, time) string for print.c

In printed dives (6x per page) the <Dive # - data, time> string
had an extra comma after the hyphen.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-02-11 01:49:21 +02:00 committed by Dirk Hohndel
parent 9d21f6a670
commit 02f9df4271

View file

@ -68,7 +68,7 @@ msgstr "%.0f%s от %s\n"
#: print.c:81
#, c-format
msgid "%1$s%2$s, %3$s %4$d, %5$d %6$d:%7$02d"
msgstr "%1$s, %3$s, %2$s, %4$d, %5$d %6$d:%7$02d"
msgstr "%1$s %3$s, %2$s, %4$d, %5$d %6$d:%7$02d"
#. ++GETTEXT 160 chars: weekday, monthname, day, year, hour, min
#: print.c:575