appMenu: Replace "using" with "With"

This commit is contained in:
Monster 2024-03-28 20:07:25 +01:00 committed by Jamie Gravendeel
parent 39352d0afe
commit 635b6568b8

View file

@ -177,8 +177,8 @@ export class AppMenu extends PopupMenu.PopupMenu {
const launchGpu = this._getNonDefaultLaunchGpu();
this._onGpuMenuItem.label.text = launchGpu === Shell.AppLaunchGpu.DEFAULT
? _('Launch using Integrated Graphics Card')
: _('Launch using Discrete Graphics Card');
? _('Launch With Integrated Graphics Card')
: _('Launch With Discrete Graphics Card');
}
_updateDetailsVisibility() {