commit a76c69dea8936ddbe2da9cc4a73da2b1bb6e9c94
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Jul 30 17:02:28 2018 +0200

    Typo.
    
    Thanks, Kornel.
---
 src/insets/InsetInfo.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp
index 403ba10..88dd347 100644
--- a/src/insets/InsetInfo.cpp
+++ b/src/insets/InsetInfo.cpp
@@ -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;

Reply via email to