mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Merge branch 'app-menu' into 'main'
appMenu: Replace "using" with "With" See merge request GNOME/gnome-shell!3256
This commit is contained in:
commit
6e6d2f9a2e
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue