diff --git a/core/string_util.js b/core/string_util.js index f50e967d..eed9ca31 100644 --- a/core/string_util.js +++ b/core/string_util.js @@ -84,7 +84,7 @@ function stylizeString(s, style) { // Small i's: DEMENTiA case 'small i' : - case 'i' : return s.toUpperCase().replace('I', 'i'); + case 'i' : return s.toUpperCase().replace(/I/g, 'i'); // mIxeD CaSE (random upper/lower) case 'mixed' : diff --git a/mods/menu.json b/mods/menu.json index 9c7aad6d..18149f1e 100644 --- a/mods/menu.json +++ b/mods/menu.json @@ -188,7 +188,8 @@ "Spinner & Toggle Views", "Other" ], - "focusTextStyle" : "U" + // :TODO: justify not working?? + "focusTextStyle" : "small i" } }, "submit" : {