From 85a23dab031d48ce76cadb985a0cbc671914246a Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 14 Mar 2010 14:36:04 -0700 Subject: [PATCH] CLEANUP: fixed a typo and added "changed" indicator to language settings --- README | 2 +- include/preferences.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 9fc1116..5271dbf 100644 --- a/README +++ b/README @@ -2,4 +2,4 @@ This is eDoKo a browser based Doppelkopf implementation with email notification. All files are under GPL, the only expection are the images of the german card deck. These have been provided by ASS Altenburg GmbH (email: info@spielkarten.com) under a free (as in beer) -license. If you want to use them too you need to email them and sign a license! \ No newline at end of file +license. If you want to use them too you need to email them and sign a license! diff --git a/include/preferences.php b/include/preferences.php index 3904899..43f97df 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -483,6 +483,7 @@ if($changed_timezone) echo "changed"; echo "\n"; echo " Language: \n"; output_select_language("language",$PREF['language']); +if($changed_language == 1) echo "changed"; echo "\n"; echo " Password(old): ", ""; @@ -537,7 +538,7 @@ if($changed_openid) echo " \n"; echo "
Submit
\n"; echo " \n"; -echo "

E-DoKo uses gravatars as icons. I

"; +echo "

E-DoKo uses gravatars as icons.

"; echo "\n"; return; -- 2.25.1