X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fev-poppler.cc;h=29f18cf0c34f9224c47bb64410ed14cd28ee73f7;hb=84e036ad5449043cb94a1369a65e1cbb867cc707;hp=be2de7deb2993be1c56e65b878b5a4b7ef106439;hpb=dccf9855895c5f35bb0899bbd9c093baef02efc7;p=evince.git diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc index be2de7de..29f18cf0 100644 --- a/pdf/ev-poppler.cc +++ b/pdf/ev-poppler.cc @@ -698,7 +698,7 @@ font_type_to_string (PopplerFontType type) case POPPLER_FONT_TYPE_CID_TYPE2: return _("TrueType (CID)"); default: - return _("Unknown font type "); + return _("Unknown font type"); } }