Page 1 of 2

Typos and Language Improvements in 2.0, please post here!

Posted: Mon May 19, 2014 8:28 am
by Rolf
Found a typo or you have some Language Improvements?
Please post them here.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Mon May 19, 2014 11:45 pm
by paulbaker
Installation Step 3 - Tests.

I see a green bar with:
--Add Me - step2_passed --
Looks like some text is missing?

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 20, 2014 12:07 am
by paulbaker
A bit picky, but since this popup is always going to appear:

Unhandled notification popup:
Mail settings have not yet been saved. Please ensure the information on the Global Settings "Mail Settings" tab is correct for your server.
Better to say something like:
Mail settings have not yet been saved. Please ensure the information in Site Admin -> Settings - Global Settings -> Mail Settings tab is correct for your server.
This will help noobs get to the right place quickly.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 20, 2014 12:39 am
by paulbaker
Site Admin -> Module Manager -> Available Modules tab.

Hover over a red triangle great idea BTW). Part of text reads:
This means it may work fine, but it does not had any recent development.
Change "does" to "has":
This means it may work fine, but it has not had any recent development.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 20, 2014 7:57 am
by Rolf
All changed in SVN and will be present in the next beta package!

Thanks Paul.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 20, 2014 10:35 am
by hasanen
In user management there is phrases which starts with "Manage Admin".

I'd suggest that it will be changed to "Manage Backend". I find it confusing that after clicking "Manage Admin Users", it shows users from all groups, not just from admin users (as I understood from the title).

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 20, 2014 11:04 am
by Rolf
@Hasanen
I wasn't sure myself when I added it... I have changed it in the SVN to "Backend"

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 20, 2014 5:10 pm
by Rinker
Don't know if it belongs here but...

While installing in the dutch language, some steps where still in English and some steps are holding both languages.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Tue May 20, 2014 6:46 pm
by Rolf
Rinker wrote:While installing in the dutch language, some steps where still in English and some steps are holding both languages.
Those language strings aren't translated yet. BUT we could use some help here! :) If you have a Forge account you can submit your request here: http://dev.cmsmadesimple.org/projects/dutch

Groet, Rolf ;)

Re: Typos and Language Improvements in 2.0, please post here

Posted: Thu May 22, 2014 12:20 pm
by milehigh
Under stylesheets when creating new design that doesn't have any stylesheets::

-- Missing Languagestring: warning_edittemplate_nostylesheets --

Re: Typos and Language Improvements in 2.0, please post here

Posted: Thu May 22, 2014 4:27 pm
by Rolf
@milehigh
Is added! thanks.

Re: Typos and Language Improvements in 2.0, please post here

Posted: Fri May 23, 2014 8:04 am
by hoshy
In the file "\app\wizard\class.wizard_step3.php"
in Lines 108 and 201 (session_capabilities) it says "open_basdir" instead of "open_basedir":

Code: Select all

... = new _tests_\boolean_test('open_basedir', ini_get('open_basdir') == '');  
So session tests might fail.

So it should be:

Code: Select all

... = new _tests_\boolean_test('open_basedir', ini_get('open_basedir') == '');  
Cheers :)

Re: Typos and Language Improvements in 2.0, please post here

Posted: Fri May 23, 2014 12:37 pm
by Rolf
Nice catch Hoshy! Thanks

Re: Typos and Language Improvements in 2.0, please post here

Posted: Sat May 24, 2014 5:57 pm
by Jo Morg
Phar instaler
in:
- Note: one or more PHP core functions are enabled*. This can have negative impact on your CMSMS installation, particularly with third party extensions. Please keep an eye on your error log. Your disabled functions are:

* (should be disabled)

Re: Typos and Language Improvements in 2.0, please post here

Posted: Sat May 24, 2014 6:13 pm
by Rolf
@JoMorg Is fixed in SVN, thanks