File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ public bool IsOnlineQueryEnabled
132132
133133 public string ? LocalModeDisallowedToolTip => IsLocalModeAllowed ? null : "\n \n * 暂未对普通用户开放" ;
134134
135- public string ? LocalQueryTabToolTip => IsLocalQueryEnabled ? "Alt+2" : $ "未启用本地查询功能 { LocalModeDisallowedToolTip } ";
135+ public string ? LocalQueryTabToolTip => IsLocalQueryEnabled ? "Alt+2" : $ "未启用本地查询 { LocalModeDisallowedToolTip } ";
136136
137137 public string LocalQueryToolTip => $ "启用本地数据库查询 (如果可用){ LocalModeDisallowedToolTip } ";
138138
139- public string ? OnlineQueryTabToolTip => IsOnlineQueryEnabled ? "Alt+1" : "未启用在线查询功能 " ;
139+ public string ? OnlineQueryTabToolTip => IsOnlineQueryEnabled ? "Alt+1" : "未启用在线查询 " ;
140140
141141 public string ToggleCombinedQueryToolTip => UseCombinedQuery ? "收起组合查询" : "展开组合查询" ;
142142
You can’t perform that action at this time.
0 commit comments