Changed "reset" string to "discard file changes"
This commit is contained in:
parent
34652ecc07
commit
87ec5e8f65
@ -16,7 +16,7 @@ fun statusEntriesContextMenuItems(
|
||||
if (statusEntry.statusType != StatusType.ADDED) {
|
||||
add(
|
||||
ContextMenuElement.ContextTextEntry(
|
||||
label = "Reset",
|
||||
label = "Discard file changes",
|
||||
icon = { painterResource("undo.svg") },
|
||||
onClick = onReset,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user