mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
[Loc] update to editDataActions close SQL button (#24231)
This commit is contained in:
@@ -2478,8 +2478,8 @@ Default Skipped Commands:
|
||||
<trans-unit id="disposeEditFailure">
|
||||
<source xml:lang="en">Dispose Edit Failed With Error: </source>
|
||||
</trans-unit>
|
||||
<trans-unit id="editData.closeSql">
|
||||
<source xml:lang="en">Close SQL Pane</source>
|
||||
<trans-unit id="editData.hideSql">
|
||||
<source xml:lang="en">Hide SQL Pane</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="editData.run">
|
||||
<source xml:lang="en">Run</source>
|
||||
|
||||
@@ -220,7 +220,7 @@ export class ShowQueryPaneAction extends EditDataAction {
|
||||
private static EnabledClass = 'filterLabel';
|
||||
public static ID = 'showQueryPaneAction';
|
||||
private readonly showSqlLabel = nls.localize('editData.showSql', "Show SQL Pane");
|
||||
private readonly closeSqlLabel = nls.localize('editData.closeSql', "Close SQL Pane");
|
||||
private readonly closeSqlLabel = nls.localize('editData.hideSql', "Hide SQL Pane");
|
||||
|
||||
constructor(editor: EditDataEditor,
|
||||
@IConnectionManagementService _connectionManagementService: IConnectionManagementService
|
||||
|
||||
Reference in New Issue
Block a user