diff options
| author | Ralph Amissah <ralph@amissah.com> | 2008-12-16 00:36:16 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2008-12-16 00:36:21 -0500 | 
| commit | 8f87662ecbec97449af3bf820529bed93699341f (patch) | |
| tree | 94e3501b35e42a45f7ee36be6189d449aead2586 | |
| parent | minor touches (diff) | |
i18n, fix related to variable renaming
likely bug introduced: fb1e1bf0cb8a2202eda1ab254b01b997df60a6db
(with comment: metadata, variable renaming (requires testing))
| -rw-r--r-- | lib/sisu/v0/i18n.rb | 12 | 
1 files changed, 6 insertions, 6 deletions
| 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 | 
