i18n(en): add translations for background fit options
This commit is contained in:
parent
913b219118
commit
7d578e90d2
2 changed files with 6 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue