update option title

This commit is contained in:
yggverse 2025-01-31 14:39:43 +02:00
parent b4bfbd0b3e
commit aaec6d6507

View File

@ -18,7 +18,7 @@ impl Item {
pub fn add() -> Self {
Object::builder()
.property("value", G_VALUE_ADD)
.property("title", "Add new..")
.property("title", "Add..")
.property("is-default", false)
.build()
}