chore(touchpad): change "Swiping" to "Gestures"

This commit is contained in:
Michael Aaron Murphy 2024-05-30 21:47:58 +02:00
parent 3ad19efd14
commit edc06b833e
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 7 additions and 7 deletions

View file

@ -20,11 +20,11 @@ crate::cache_dynamic_lazy! {
static OPEN_APPLICATION_LIBRARY: String = fl!("open-application-library");
static OPEN_WORKSPACES_VIEW: String = fl!("open-workspaces-view");
static SWIPING_FOUR_FINGER_DOWN: String = fl!("swiping", "four-finger-down");
static SWIPING_FOUR_FINGER_LEFT: String = fl!("swiping", "four-finger-left");
static SWIPING_FOUR_FINGER_RIGHT: String = fl!("swiping", "four-finger-right");
static SWIPING_FOUR_FINGER_UP: String = fl!("swiping", "four-finger-up");
static SWIPING_THREE_FINGER_ANY: String = fl!("swiping", "three-finger-any");
static SWIPING_FOUR_FINGER_DOWN: String = fl!("gestures", "four-finger-down");
static SWIPING_FOUR_FINGER_LEFT: String = fl!("gestures", "four-finger-left");
static SWIPING_FOUR_FINGER_RIGHT: String = fl!("gestures", "four-finger-right");
static SWIPING_FOUR_FINGER_UP: String = fl!("gestures", "four-finger-up");
static SWIPING_THREE_FINGER_ANY: String = fl!("gestures", "three-finger-any");
static SWITCH_BETWEEN_WINDOWS: String = fl!("switch-between-windows");
static SWITCH_TO_NEXT_WORKSPACE: String = fl!("switch-to-next-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> {
Section::default()
.title(fl!("swiping"))
.title(fl!("gestures"))
.descriptions(vec![
SWIPING_FOUR_FINGER_DOWN.as_str().into(),
SWIPING_FOUR_FINGER_LEFT.as_str().into(),

View file

@ -427,7 +427,7 @@ touchpad = Touchpad
## Input: Gestures
swiping = Swiping
gestures = Gestures
.four-finger-down = Four-finger swipe down
.four-finger-left = Four-finger swipe left
.four-finger-right = Four-finger swipe right