chore(touchpad): change "Swiping" to "Gestures"
This commit is contained in:
parent
3ad19efd14
commit
edc06b833e
2 changed files with 7 additions and 7 deletions
|
|
@ -20,11 +20,11 @@ crate::cache_dynamic_lazy! {
|
||||||
|
|
||||||
static OPEN_APPLICATION_LIBRARY: String = fl!("open-application-library");
|
static OPEN_APPLICATION_LIBRARY: String = fl!("open-application-library");
|
||||||
static OPEN_WORKSPACES_VIEW: String = fl!("open-workspaces-view");
|
static OPEN_WORKSPACES_VIEW: String = fl!("open-workspaces-view");
|
||||||
static SWIPING_FOUR_FINGER_DOWN: String = fl!("swiping", "four-finger-down");
|
static SWIPING_FOUR_FINGER_DOWN: String = fl!("gestures", "four-finger-down");
|
||||||
static SWIPING_FOUR_FINGER_LEFT: String = fl!("swiping", "four-finger-left");
|
static SWIPING_FOUR_FINGER_LEFT: String = fl!("gestures", "four-finger-left");
|
||||||
static SWIPING_FOUR_FINGER_RIGHT: String = fl!("swiping", "four-finger-right");
|
static SWIPING_FOUR_FINGER_RIGHT: String = fl!("gestures", "four-finger-right");
|
||||||
static SWIPING_FOUR_FINGER_UP: String = fl!("swiping", "four-finger-up");
|
static SWIPING_FOUR_FINGER_UP: String = fl!("gestures", "four-finger-up");
|
||||||
static SWIPING_THREE_FINGER_ANY: String = fl!("swiping", "three-finger-any");
|
static SWIPING_THREE_FINGER_ANY: String = fl!("gestures", "three-finger-any");
|
||||||
static SWITCH_BETWEEN_WINDOWS: String = fl!("switch-between-windows");
|
static SWITCH_BETWEEN_WINDOWS: String = fl!("switch-between-windows");
|
||||||
static SWITCH_TO_NEXT_WORKSPACE: String = fl!("switch-to-next-workspace");
|
static SWITCH_TO_NEXT_WORKSPACE: String = fl!("switch-to-next-workspace");
|
||||||
static SWITCH_TO_PREV_WORKSPACE: String = fl!("switch-to-prev-workspace");
|
static SWITCH_TO_PREV_WORKSPACE: String = fl!("switch-to-prev-workspace");
|
||||||
|
|
@ -265,7 +265,7 @@ fn scrolling() -> Section<crate::pages::Message> {
|
||||||
|
|
||||||
fn swiping() -> Section<crate::pages::Message> {
|
fn swiping() -> Section<crate::pages::Message> {
|
||||||
Section::default()
|
Section::default()
|
||||||
.title(fl!("swiping"))
|
.title(fl!("gestures"))
|
||||||
.descriptions(vec![
|
.descriptions(vec![
|
||||||
SWIPING_FOUR_FINGER_DOWN.as_str().into(),
|
SWIPING_FOUR_FINGER_DOWN.as_str().into(),
|
||||||
SWIPING_FOUR_FINGER_LEFT.as_str().into(),
|
SWIPING_FOUR_FINGER_LEFT.as_str().into(),
|
||||||
|
|
|
||||||
|
|
@ -427,7 +427,7 @@ touchpad = Touchpad
|
||||||
|
|
||||||
## Input: Gestures
|
## Input: Gestures
|
||||||
|
|
||||||
swiping = Swiping
|
gestures = Gestures
|
||||||
.four-finger-down = Four-finger swipe down
|
.four-finger-down = Four-finger swipe down
|
||||||
.four-finger-left = Four-finger swipe left
|
.four-finger-left = Four-finger swipe left
|
||||||
.four-finger-right = Four-finger swipe right
|
.four-finger-right = Four-finger swipe right
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue