]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPreferences.C
Move a helper text into LyXRC::getDescription (RC_PATH_PREFIX)
[lyx.git] / src / frontends / xforms / FormPreferences.C
index 26b5c1ac3bc30da4eb17cf0b4543ad94ff9a5b2f..a55055b026aa327c9dea1a93d62d786a97e5b4ea 100644 (file)
@@ -2269,9 +2269,7 @@ FormPreferences::Paths::feedback(FL_OBJECT const * const ob) const
        if (ob == dialog_->input_serverpipe)
                return LyXRC::getDescription(LyXRC::RC_SERVERPIPE);
        if (ob == dialog_->input_path_prefix)
-               return _("Specify those directories which should be"
-                        "prepended to the PATH environment variable. "
-                        "Use the OS native format.");
+               return LyXRC::getDescription(LyXRC::RC_PATH_PREFIX);
        return string();
 }