# HG changeset patch # User Paul Issott # Date 1242169547 0 # Node ID adf1e99ee3e81cf67666d4ff0a1f3d78d131ca34 # Parent 8fa52d6b8af505706fe785093e7bc3b7529cbca2 tazlocale: Tiny cosmetic change diff -r 8fa52d6b8af5 -r adf1e99ee3e8 tinyutils/tazlocale --- a/tinyutils/tazlocale Mon May 11 22:03:15 2009 +0200 +++ b/tinyutils/tazlocale Tue May 12 23:05:47 2009 +0000 @@ -20,13 +20,11 @@ [ "$LANG" = "C" ] && LANGUAGE="en" case $LANGUAGE in fr) - RECONFIG_MSG=" -Veuilliez fermer votre session et vous reloguer pour utiliser -SliTaz avec la locale : fr." ;; + RECONFIG_MSG="Veuilliez fermer votre session et vous + reloguer pour utiliser SliTaz avec la locale : fr." ;; *) - RECONFIG_MSG=" -Please logout of your current session and login again to SliTaz -and locale : $LANGUAGE" ;; + RECONFIG_MSG="Please logout of your current session and + login again to use SliTaz with $LANGUAGE locale." ;; esac } @@ -106,7 +104,7 @@ if [ -n "$RECONFIG" ]; then $DIALOG --clear \ --title " Information " \ - --msgbox "\n$RECONFIG_MSG\n" 16 70 + --msgbox "$RECONFIG_MSG" 16 70 fi }