chiark / gitweb /
Fix help message.
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 07:31:07 +0000 (07:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 07:31:07 +0000 (07:31 +0000)
src/file.rs

index d24e04e93e6b5f3d4c66affd0103ee9aaf1deec7..42bf948914b0bb6012a8b3183ce7e07414f526ca 100644 (file)
@@ -332,7 +332,7 @@ impl ActivityState for FeedFile {
 
         let fs = FileStatusLine::new();
         let fs = if at_bottom {
-            fs.add(Pr('-'), "Back", 99)
+            fs.add(Pr('-'), "Up", 99)
         } else {
             fs.add(Space, "Down", 99)
         };