Thanks, Kornel.
This commit is contained in:
Juergen Spitzmueller 2018-07-30 17:02:28 +02:00
parent 815a4252e4
commit a76c69dea8

View 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;