diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sortri.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sortri.ml b/src/sortri.ml index 9274963..0f82f4e 100644 --- a/src/sortri.ml +++ b/src/sortri.ml @@ -32,8 +32,8 @@ let bysize = ^ "smaller files from being transferred quickly.\n\n" ^ "This preference (as well as the other sorting flags, but not the " ^ "sorting preferences that require patterns as arguments) can be " - ^ "set interactively and temporarily using the 'Sort' menu in the " - ^ "graphical user interface.") + ^ "set interactively and temporarily using the 'Sort' menu in the " + ^ "graphical and text user interfaces.") let newfirst = Prefs.createBool "sortnewfirst" false |