diff options
author | G.raud <graud@gmx.com> | 2018-02-01 17:56:20 +0100 |
---|---|---|
committer | G.raud <graud@gmx.com> | 2018-02-02 20:22:43 +0100 |
commit | f2e7488b6ea1cbddd7337143b53c85a4d126671f (patch) | |
tree | 14982a82ca1ac0c0de918d217d7dd538a03d1528 | |
parent | 3a0a218a1b77a7d88b9b80d05187f504719276ca (diff) | |
download | unison-f2e7488b6ea1cbddd7337143b53c85a4d126671f.zip unison-f2e7488b6ea1cbddd7337143b53c85a4d126671f.tar.gz unison-f2e7488b6ea1cbddd7337143b53c85a4d126671f.tar.bz2 |
Uitext.selectAction: improve menu descriptions (be consistent with interact)
-rw-r--r-- | src/uitext.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uitext.ml b/src/uitext.ml index 63299b1..6f401ba 100644 --- a/src/uitext.ml +++ b/src/uitext.ml @@ -720,12 +720,12 @@ let rec interactAndPropagateChanges prevItemList reconItemList "Yes: proceed with updates as selected above", doit); (["n"], - "No: go through selections again", + "No: go through reconciliation process again", (fun () -> newLine(); Prefs.set Uicommon.auto false; interactAndPropagateChanges [] newReconItemList)); (["p";"b"], - "go back to the last item of the selection", + "go back to the last item of the reconciliation", (fun () -> newLine(); Prefs.set Uicommon.auto false; match Safelist.rev newReconItemList with |