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:
parent
9d21f6a670
commit
02f9df4271
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue