summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-03-14 14:36:04 -0700
committerArun Persaud <arun@nubati.net>2010-03-14 14:36:04 -0700
commit85a23dab031d48ce76cadb985a0cbc671914246a (patch)
treebaea83c943f294fdbdb8ccf71da632a754e683c2
parent83fc1a851c69e13808d14f2d5a284c3369409018 (diff)
downloade-DoKo-85a23dab031d48ce76cadb985a0cbc671914246a.tar.gz
e-DoKo-85a23dab031d48ce76cadb985a0cbc671914246a.tar.bz2
e-DoKo-85a23dab031d48ce76cadb985a0cbc671914246a.zip
CLEANUP: fixed a typo and added "changed" indicator to language settings
-rw-r--r--README2
-rw-r--r--include/preferences.php3
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 "</td></tr>\n";
echo " <tr><td>Language: </td><td>\n";
output_select_language("language",$PREF['language']);
+if($changed_language == 1) echo "changed";
echo "</td></tr>\n";
echo " <tr><td>Password(old): </td><td>",
"<input type=\"password\" id=\"password0\" name=\"password0\" size=\"20\" maxlength=\"30\" />";
@@ -537,7 +538,7 @@ if($changed_openid)
echo " </fieldset>\n";
echo " <fieldset><legend>Submit</legend><input type=\"submit\" name=\"passwd\" value=\"set\" /></fieldset>\n";
echo " </form>\n";
-echo " <p>E-DoKo uses <a href=\"http://www.gravatar.org\">gravatars</a> as icons. I</p>";
+echo " <p>E-DoKo uses <a href=\"http://www.gravatar.org\">gravatars</a> as icons.</p>";
echo "</div>\n";
return;