From ab7a0b512f519125a94f2c6a5d44c86b9c0193d4 Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Sat, 15 Jul 2006 02:32:58 +0000 Subject: [PATCH] updated Catalan translation git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@240 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 8 ++++++++ configure.in | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fe1f5d02..6a2eb5efd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-07-15 Javier Serrano Polo + + * data/locale/ca.ts: + updated translation + + * src/core/automation_editor.cpp: + corrected help sentence + 2006-07-14 Javier Serrano Polo * include/note.h: diff --git a/configure.in b/configure.in index 10d0810fe..20d2339da 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(lmms, 0.1.4-cvs20060714, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060714) +AC_INIT(lmms, 0.1.4-cvs20060715, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060715) AM_CONFIG_HEADER(config.h)