Hmmm, am i in the right file?
code:
urlelem[id=atom(idForgetMeBtn)]
{
Content:"(Forget &me)";
accname:"(Forget &me)";
accdesc:"Remove my sign-in information from this computer";
shortcut:rcchar(61291);
}
Checkbox[id=atom(idRememberPasswordChk)]
{
text:"&Remember my password";
accname:"&Remember my password";
accdesc:"Remember my password on this computer";
shortcut:rcchar(61295);
accdefaction:"Press";
Margin:rect(4,3,4,3);
}
Checkbox[id=atom(idMakeDefaultUserChk)]
{
text:"Sig&n me in automatically";
accname:"Sig&n me in automatically";
accdesc:"Sign me in automatically";
shortcut:rcchar(61298);
accdefaction:"Press";
Margin:rect(4,3,4,3);
}
element[id=atom(idSignInHint)]
As these values dont have any rgb values(but some above do)
I have attatched the image of my login screen with red lines pointing to what text i need to have changend.