mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update message text
This commit is contained in:
parent
c19d475480
commit
ddb915c602
1 changed files with 2 additions and 2 deletions
|
|
@ -14,11 +14,11 @@ use std::{cell::RefCell, rc::Rc};
|
|||
// Defaults
|
||||
|
||||
const LABEL: &str = "Delete";
|
||||
const TOOLTIP_TEXT: &str = "Drop selected identity from database";
|
||||
const TOOLTIP_TEXT: &str = "Drop selected identity from profile";
|
||||
const MARGIN: i32 = 8;
|
||||
|
||||
const HEADING: &str = "Delete";
|
||||
const BODY: &str = "Permanently delete selected identity from database?";
|
||||
const BODY: &str = "Delete selected identity from profile?";
|
||||
const RESPONSE_CANCEL: (&str, &str) = ("cancel", "Cancel");
|
||||
const RESPONSE_CONFIRM: (&str, &str) = ("confirm", "Confirm");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue