From 3c33a029053d51fd6daaf3a2b7863ea6f717af7a Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 11 2011 14:56:40 +0000 Subject: Update cli_getCopyrightInfo.sh. --- diff --git a/Scripts/Bash/Functions/cli_getCopyrightInfo.sh b/Scripts/Bash/Functions/cli_getCopyrightInfo.sh index 3967c06..bd81901 100755 --- a/Scripts/Bash/Functions/cli_getCopyrightInfo.sh +++ b/Scripts/Bash/Functions/cli_getCopyrightInfo.sh @@ -141,22 +141,22 @@ function cli_getCopyrightInfo { '--description' ) # Define default description information. - NOTE="The CentOS Project corporate visual identity." + NOTE="`gettext "The CentOS Project corporate visual identity."`" # Define description information for directory structures # that don't use default description information. - NOTES[0]="=THEMENAME= is an artistic motif and theme for ${NOTE}" + NOTES[0]="`gettext "=THEMENAME= is an artistic motif and theme for ${NOTE}"`" ;; '--license' ) # Define default license information used by all # image-based creations inside CentOS Artwork Repository. - NOTE="Creative Common Attribution-ShareAlike 3.0 License." + NOTE="Creative Common Attribution-ShareAlike 3.0" # Define license information for directory structures that # don't match default license information. - NOTES[0]="=THEMENAME= artistic motif and theme are released under ${NOTE}" + NOTES[0]="`eval_gettext "=THEMENAME= artistic motif and theme are released under ${NOTE}"`" NOTES[1]="`gettext "The CentOS distribution is released as GPL."`" ;;