davidpanderson / science_united

Source code for Science United, an interface to BOINC.
GNU Lesser General Public License v3.0
65 stars 7 forks source link

There's msgid to msgstr mismatch between index.php and en.po. #8

Closed sebastianmbobrecki closed 5 years ago

sebastianmbobrecki commented 5 years ago

There's msgid to msgstr mismatch between index.php and en.po.

en.po: #: index.php:170 msgid "" "Science United is funded by the %1National Science Foundation%2, award " "#1664190, and is based at the %3University of California, Berkeley%4." msgstr ""

index.php: echo tra("Science United is funded by the %1National Science Foundation%2, award #1664190, and is based at the %3University of California, Berkeley%4. Image credits: CERN and NIAID.", "<a href=https://nsf.gov>", "</a>", "<a href=https://berkeley.edu>", "</a>" );

davidpanderson commented 5 years ago

Fixed; thanks.