i18n(en): add translations for background fit options

This commit is contained in:
Michael Aaron Murphy 2023-05-31 03:28:47 +02:00
parent 913b219118
commit 7d578e90d2
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 6 additions and 2 deletions

View file

@ -44,7 +44,7 @@ impl Default for Page {
fn default() -> Self {
Page {
config: wallpaper::Config::default(),
fit_options: vec!["Fit to Screen".into(), "Stretch".into(), "Zoom".into()],
fit_options: vec![fl!("fit-to-screen"), fl!("stretch"), fl!("zoom")],
outputs: HashMap::new(),
same_background: true,
selected_fit: 0,