]> git.lyx.org Git - lyx.git/commitdiff
Typo.
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 30 Jul 2018 15:02:28 +0000 (17:02 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 30 Jul 2018 15:02:28 +0000 (17:02 +0200)
Thanks, Kornel.

src/insets/InsetInfo.cpp

index 403ba10dec3d23770a6a8993b7dbced6dcd18187..88dd347f1a89d50a5561b309dd60414839893c59 100644 (file)
@@ -164,7 +164,7 @@ docstring InsetInfo::toolTip(BufferView const &, int, int) const
                if (name_ == "name")
                        result = _("The name of this file");
                else if (name_ == "path")
-                       result = _("The path were this file is saved");
+                       result = _("The path where this file is saved");
                else if (name_ == "class")
                        result = _("The class this document uses");
                break;