]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/ev-poppler.cc
(font_type_to_string): Remove trailing space from "unknown font"
[evince.git] / pdf / ev-poppler.cc
index be2de7deb2993be1c56e65b878b5a4b7ef106439..29f18cf0c34f9224c47bb64410ed14cd28ee73f7 100644 (file)
@@ -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");
        }
 }