DroidFish: Fixed incorrect capitalization of DroidFish.

This commit is contained in:
Peter Osterlund
2015-12-24 12:41:56 +01:00
parent 0cefaaa5f0
commit a3042bcb75
10 changed files with 10 additions and 10 deletions

View File

@@ -175,7 +175,7 @@ public class ColorPickerPreference
@Override
public void onColorChanged(int color) {
if (isPersistent()) {
/* for Droidfish: the colors are stored as strings [2012-08-30; leo] */
/* for DroidFish: the colors are stored as strings [2012-08-30; leo] */
persistString(convertToARGB(color));
}
mValue = color;