From 8f87662ecbec97449af3bf820529bed93699341f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 16 Dec 2008 00:36:16 -0500 Subject: i18n, fix related to variable renaming likely bug introduced: fb1e1bf0cb8a2202eda1ab254b01b997df60a6db (with comment: metadata, variable renaming (requires testing)) --- lib/sisu/v0/i18n.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/sisu') diff --git a/lib/sisu/v0/i18n.rb b/lib/sisu/v0/i18n.rb index 0b53e78d..1c983519 100644 --- a/lib/sisu/v0/i18n.rb +++ b/lib/sisu/v0/i18n.rb @@ -343,7 +343,7 @@ module SiSU_Translate def author 'Author' end - def creator #dc + def author #dc 'Creator' end def contributor #dc @@ -554,7 +554,7 @@ module SiSU_Translate def author 'Auteur' end - def creator #dc + def author #dc 'Auteur' end def contributor #dc @@ -762,7 +762,7 @@ module SiSU_Translate def subtitle 'Untertitel' end - def creator + def author 'Autor' end def contributor #dc @@ -970,7 +970,7 @@ module SiSU_Translate def subtitle 'Subtítulo' end - def creator #dc + def author #dc 'Creador' end def contributor #dc @@ -1178,7 +1178,7 @@ module SiSU_Translate def subtitle 'Sottotitolo' end - def creator #dc + def author #dc 'Autore' end def contributor #dc @@ -1386,7 +1386,7 @@ module SiSU_Translate def subtitle 'Alaotsikko' end - def creator #dc + def author #dc 'tekijä' end def contributor #dc -- cgit v1.2.3