mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix typo to clarify nls string, #98576
This commit is contained in:
@@ -154,7 +154,7 @@ export class AccessibilityProvider implements IListAccessibilityProvider<Call> {
|
||||
if (this.getDirection() === CallHierarchyDirection.CallsFrom) {
|
||||
return localize('from', "calls from {0}", element.item.name);
|
||||
} else {
|
||||
return localize('to', "callers fo {0}", element.item.name);
|
||||
return localize('to', "callers of {0}", element.item.name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user