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) {
|
if (statusEntry.statusType != StatusType.ADDED) {
|
||||||
add(
|
add(
|
||||||
ContextMenuElement.ContextTextEntry(
|
ContextMenuElement.ContextTextEntry(
|
||||||
label = "Reset",
|
label = "Discard file changes",
|
||||||
icon = { painterResource("undo.svg") },
|
icon = { painterResource("undo.svg") },
|
||||||
onClick = onReset,
|
onClick = onReset,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user