ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: Jorin on December 23, 2014, 04:40:17 am

Title: [1.0.1] "Close" at smiley popup
Post by: Jorin on December 23, 2014, 04:40:17 am
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).
Title: Re: [1.0.1] "Close" at smiley popup
Post by: Lars on December 25, 2014, 02:18:43 pm
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?
Title: Re: [1.0.1] "Close" at smiley popup
Post by: emanuele on December 25, 2014, 02:31:49 pm
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
Title: Re: [1.0.1] "Close" at smiley popup
Post by: Lars on December 25, 2014, 03:22:02 pm
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.
Title: Re: [1.0.1] "Close" at smiley popup
Post by: emanuele on February 03, 2015, 05:42:49 pm
Ready to be added to 1.0.3 https://github.com/emanuele45/Dialogo/commit/f7dbed7f985dc741ee441994e76424c02c49f4e2
Thanks for reporting it!