[translations] [PATCH] Free type should be FreeType |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: LilyPond-Devel list <lilypond-devel@xxxxxxx>
- Subject: [translations] [PATCH] Free type should be FreeType
- From: Francisco Vila <paconet.org@xxxxxxxxx>
- Date: Thu, 27 Jan 2011 17:10:16 +0100
- Cc: translations <translations@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to:cc :content-type; bh=S4w40C3aDDWtqxInJdzcI6TupYkbdxRMtJWuy0M6yA4=; b=P585fL+nT2zK/89RW8dwI6KtW8Unr6rHU5XgpX25xczYBs3hQEv/mqOEA5pY/UwJlo 9cErs5tcwtivJ7VHk4Xsy8Ndj0c5N4+K2qfP3df/m86IWsg0Ppq5S6xXp8TXPWDtplTR 1zi1v0T4lqUqko/Voxr3mb97Pd9fBtMJzVGGA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=uoYmJJDOK1zTAONqkoLpvttGhBaE47vyS50D9UyzJp7D7gs222Ahiz20cEzStnhNQG keLjfq7OnOKwUZalP6rmMjk+Nwo3qs2DK+TrpTCsvpbERhjTDuBtYlbv2mL3rjxAn/a3 mp/xxV3TChFOsxU/FempyHFCyiCaajtWgew+c=
2011/1/26 John Mandereau <john.mandereau@xxxxxxxxx>:
>> > "Free type error: %s"
>> > (why free? it's FreeType maybe?)
>>
>> I think yes, it's for an error in FreeType.
>
> If so, the message in English should be fixed, shouldn't it?
The attached patch would correct this.
--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
From 218c26601b83c132acb94a59f26a35e03f502bf0 Mon Sep 17 00:00:00 2001
From: Francisco Vila <francisco.vila@xxxxxxxxxxxxx>
Date: Thu, 27 Jan 2011 17:06:03 +0100
Subject: [PATCH] Spell Free type as FreeType.
---
lily/open-type-font.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lily/open-type-font.cc b/lily/open-type-font.cc
index 7b3b973..73d93cc 100644
--- a/lily/open-type-font.cc
+++ b/lily/open-type-font.cc
@@ -50,7 +50,7 @@ load_table (char const *tag_str, FT_Face face, FT_ULong *length)
return buffer;
}
else
- programming_error (_f ("Free type error: %s",
+ programming_error (_f ("FreeType error: %s",
freetype_error_string (error_code).c_str ()
));
--
1.7.0.4