* code for task#1580.

This commit is contained in:
xia0ta0
2013-07-21 21:00:06 +08:00
parent cbe4afe436
commit 78b1ffdfa0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ $lang->admin->menu->mail = array('link' => 'Email|mail|index', 'subModule'
$lang->admin->menu->clearData = array('link' => 'Clear data|admin|cleardata');
$lang->admin->menu->convert = array('link' => 'Import|convert|index', 'subModule' => 'convert');
$lang->admin->menu->trashes = array('link' => 'Trash|action|trash', 'subModule' => 'action');
$lang->admin->menu->sso = array('link' => 'sso|sso|browse', 'subModule' => 'sso');
$lang->admin->menu->sso = array('link' => 'SSO|sso|browse', 'subModule' => 'sso');
$lang->convert = new stdclass();
$lang->upgrade = new stdclass();
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
$lang->sso->common = 'sso';
$lang->sso->common = 'SSO';
$lang->sso->browse = 'Auth list';
$lang->sso->create = 'Create auth';
$lang->sso->edit = 'Edit auth';
@@ -15,7 +15,7 @@ $lang->sso->confirmDelete = 'Are you sure to delete this auth?';
$lang->sso->note = new stdClass();
$lang->sso->note->title = 'site name';
$lang->sso->note->code = 'site code';
$lang->sso->note->ip = "Use comma between two ips, and support ip segment, for example 192.168.1.*";
$lang->sso->note->ip = "Use comma between two IPs, and support IP segment, for example 192.168.1.*";
$lang->sso->error = new stdClass();
$lang->sso->error->title = 'Please input name';