This commit is contained in:
Ian Douglas Scott 2023-12-26 13:54:29 -08:00
parent 0f0ee85d1a
commit b2f81b1a73
4 changed files with 339 additions and 3 deletions

View file

@ -156,7 +156,7 @@ fn workspaces_sidebar<'a>(
let new_workspace_button = widget::button(
widget::container(row![
widget::icon::from_name("list-add-symbolic").symbolic(true),
widget::text("New Workspace")
widget::text(fl!("new-workspace"))
])
.width(iced::Length::Fill)
.align_x(iced::alignment::Horizontal::Center),