Author Topic: Looking to change GOODBYE message on the bottom right when you logout of Roudcub  (Read 615 times)

Offline gregharkins

  • Jr. Member
  • **
  • Posts: 12
Does anyone know where the code is to change the wording of this message?

Offline gregharkins

  • Jr. Member
  • **
  • Posts: 12
here is a pdf for those that cant open the other attaachement

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Its in <RC root>/program/localization/<lang default is "en_US">/messages.inc
Code: [Select]
$messages['loggedout'] = 'You have successfully terminated the session. Goodbye!';

Note that if you change the string it will be overwritten on Roundcube upgrades. 

Offline gregharkins

  • Jr. Member
  • **
  • Posts: 12
thank you so much for your help!!!!!!!!!!!!!!!!
that was buried in there i would have never found it :)