diff --git a/configure b/configure index 0b8b417bbc5..6ebeab30fe3 100755 --- a/configure +++ b/configure @@ -3108,14 +3108,14 @@ if [ "$Edition" = "OpenSource" ]; then while true; do if [ "$CFG_ANDROID_STYLE_ASSETS" = "no" ] || [ "$XPLATFORM_ANDROID" = "no" ]; then echo "You are licensed to use this software under the terms of" - echo "the Lesser GNU General Public License (LGPL) versions 2.1." + echo "the GNU Lesser General Public License (LGPL) version 2.1." echo "You are also licensed to use this software under the terms of" - echo "the GNU Lesser General Public License (LGPL) versions 3." + echo "the GNU Lesser General Public License (LGPL) version 3." affix="either" showLGPL2="yes" else echo "You are licensed to use this software under the terms of" - echo "the GNU Lesser General Public License (LGPL) versions 3." + echo "the GNU Lesser General Public License (LGPL) version 3." showLGPL2="no" affix="the" fi @@ -3129,7 +3129,7 @@ if [ "$Edition" = "OpenSource" ]; then echo "Type '3' to view the GNU Lesser General Public License version 3." fi if [ "$showLGPL2" = "yes" ]; then - echo "Type 'L' to view the Lesser GNU General Public License version 2.1." + echo "Type 'L' to view the GNU Lesser General Public License version 2.1." fi echo "Type 'yes' to accept this license offer." echo "Type 'no' to decline this license offer."