Bug #1849
closedBackend : Small Typo in database checks 'Datbase' missing 'a'
Description
CB Tools: Check Users database: Results says:
Checking Users Datbase: -> Checking Users Dat_a_base:
This is the bug:
Typo is an 'a' missing.
Files
Updated by nant over 14 years ago
- Status changed from New to Feedback
Is this an error with the language file?
I cannot replicate in CB 1.2.3.
Please give more information on how to replicate.
Updated by heyai over 14 years ago
Found it in:
administrator\com_comprofiler\controller\controller.default.php
Line 1747: echo "<div style='text-align:left;'><p>". CBTxt::T('Checking Community Builder Datbase') .":</p>";
Line 1899: echo "<div style='text-align:left;'><p>" . CBTxt::T('Checking Users Datbase') . ":</p>";
components\com_comprofiler\plugin\language\default_language\admin_reference_language.php
Line 540: 'Checking Community Builder Datbase' => 'Checking Community Builder Datbase',
Line 564: 'Checking Users Datbase' => 'Checking Users Datbase',
in current (updated) 1.2.3 installation unless I have outdated files
Updated by krileon over 14 years ago
- File 1849a.patch 1849a.patch added
- File 1849b.patch 1849b.patch added
- Assignee set to beat
- % Done changed from 0 to 80
fixed strings in backend and lang plugin
Updated by beat about 14 years ago
- Subject changed from Small Typo to Backend : Small Typo in database checks 'Datbase' missing 'a'
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
- Estimated time set to 0:12 h
Fixed in r1258 .