This is an automated email from the git hooks/post-receive script. sweetshark-guest pushed a commit to branch ubuntu-trusty-4.2 in repository libreoffice.
commit 285af579ed554d0392ea82e31b0830ef369d8f0a Author: Bjoern Michaelsen <[email protected]> Date: Thu Dec 19 02:40:30 2013 +0100 firstpart should be firstpart --- scripts/create-l10n-control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-l10n-control b/scripts/create-l10n-control index 9ba238a..420c393 100755 --- a/scripts/create-l10n-control +++ b/scripts/create-l10n-control @@ -139,7 +139,7 @@ if __name__ == '__main__': isocode = sys.argv[1] language_name = iso_to_name[isocode] language_name = language_name[0].upper() + language_name[1:] - isocode_firstpart = isocode + isocode_firstpart = isocode.split('-')[0] if isocode in font_suggests: font_sug=font_suggests[isocode] else: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

