Skip to Content Skip to Menu

Where is language string for "you have x new messages"?

  • FSEconomy
  • FSEconomy
  • OFFLINE
  • Posts: 31
  • Thanks: 4
  • Karma: 0
10 years 7 months ago - 10 years 7 months ago #241179 by FSEconomy
I would like to modify the text string on the uddeIM notification of new private messages.

In both the "popup" as well as the notification within the CB Logon module, the current text reads:

You have X new private message

I want to modify that to remove the animated icon and change "private message" to "PM".

I've dug around in the language files, but I cannot find this string.
Last edit: 10 years 7 months ago by FSEconomy.

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
10 years 7 months ago #241197 by slabbi
Use the search function of your editor to search for the string in the uddeIM language file:

DEFINE ('_UDDEMODULE_PRIVATEMESSAGES', 'Private Messages');
DEFINE ('_UDDEMODULE_NONEW', 'no new');
DEFINE ('_UDDEMODULE_NEWMESSAGES', 'New messages: ');
DEFINE ('_UDDEMODULE_MESSAGE', 'message');
DEFINE ('_UDDEMODULE_MESSAGES', 'messages');
DEFINE ('_UDDEMODULE_YOUHAVE', 'You have');
DEFINE ('_UDDEMODULE_HELLO', 'Hi');
DEFINE ('_UDDEMODULE_EXPRESSMESSAGE', 'Express message');

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
The following user(s) said Thank You: FSEconomy

Please Log in or Create an account to join the conversation.

  • FSEconomy
  • FSEconomy
  • OFFLINE
  • Posts: 31
  • Thanks: 4
  • Karma: 0
10 years 7 months ago #241208 by FSEconomy
Thanks, I feel dumb. I had my Find box set to "search up" from my last search, so when I opened the language file it did not find any instances of "message" or "private".

Set my searcher to "down" and there they all are. :^/

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum