i18n(en): change super-key-action disable to none
=
This commit is contained in:
parent
dec2361a40
commit
9f9311235e
2 changed files with 3 additions and 3 deletions
|
|
@ -91,7 +91,7 @@ impl Default for Page {
|
||||||
fl!("super-key", "launcher"),
|
fl!("super-key", "launcher"),
|
||||||
fl!("super-key", "workspaces"),
|
fl!("super-key", "workspaces"),
|
||||||
fl!("super-key", "applications"),
|
fl!("super-key", "applications"),
|
||||||
fl!("super-key", "disable"),
|
fl!("super-key", "none"),
|
||||||
],
|
],
|
||||||
super_key_active: super_key_active_config(),
|
super_key_active: super_key_active_config(),
|
||||||
comp_config,
|
comp_config,
|
||||||
|
|
@ -229,7 +229,7 @@ pub fn window_management() -> Section<crate::pages::Message> {
|
||||||
_launcher = fl!("super-key", "launcher");
|
_launcher = fl!("super-key", "launcher");
|
||||||
_workspaces = fl!("super-key", "workspaces");
|
_workspaces = fl!("super-key", "workspaces");
|
||||||
_applications = fl!("super-key", "applications");
|
_applications = fl!("super-key", "applications");
|
||||||
_disable = fl!("super-key", "disable");
|
_none = fl!("super-key", "none");
|
||||||
edge_gravity = fl!("edge-gravity");
|
edge_gravity = fl!("edge-gravity");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
2
i18n/en/cosmic_settings.ftl
vendored
2
i18n/en/cosmic_settings.ftl
vendored
|
|
@ -484,7 +484,7 @@ super-key = Super key action
|
||||||
.launcher = Open Launcher
|
.launcher = Open Launcher
|
||||||
.workspaces = Open Workspaces
|
.workspaces = Open Workspaces
|
||||||
.applications = Open Applications
|
.applications = Open Applications
|
||||||
.disable = Disable
|
.none = None
|
||||||
|
|
||||||
edge-gravity = Floating windows gravitate to nearby edges
|
edge-gravity = Floating windows gravitate to nearby edges
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue