Skip to main content
Topic: [1.0.1] "Close" at smiley popup (Read 2292 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[1.0.1] "Close" at smiley popup

Still for 1.0.1 since I haven't updated yet. The smiley popup has a little "Close" text at the bottom. It seems this is not located in a language file (but should be).

 

Re: [1.0.1] "Close" at smiley popup

Reply #1

In 1.0.2 it's still the same.
Where can the word "close" be changed?
Today I've installed the addon "Tabbed Smileys". There are three tabs now.
Where can I change the words Base, Tab 1 and Tab 2 in others?

Re: [1.0.1] "Close" at smiley popup

Reply #2

That was probably missed while preparing the editor language file, you can just add to the Editor.english.php and Editor.{yourlanguage}.php:
Code: [Select]
$editortxt['Close'] = 'Close';

About the addon, better talk about it in the addon support topic: http://www.elkarte.net/community/index.php?topic=1749.0
Bugs creator.
Features destroyer.
Template killer.

Re: [1.0.1] "Close" at smiley popup

Reply #3

Quote from: emanuele – That was probably missed while preparing the editor language file, you can just add to the Editor.english.php and Editor.{yourlanguage}.php:
Code: [Select]
$editortxt['Close'] = 'Close';

Thanks, I did it and it looks good now.