commit 8353a737042b055e620c27335b5a466c5ead241b
parent 143278117d3ce16882447d71f49da77aded7863c
Author: William Casarin <jb55@jb55.com>
Date: Thu, 4 Dec 2025 01:09:16 -0800
profile: rename to add as column
profile is redundant here
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/notedeck_ui/src/profile/context.rs b/crates/notedeck_ui/src/profile/context.rs
@@ -37,7 +37,7 @@ impl ProfileContextWidget {
if ui
.button(tr!(
i18n,
- "Add profile column",
+ "Add as column",
"Add new column to current deck from profile context menu"
))
.clicked()