]> git.lyx.org Git - features.git/commitdiff
Change "Local Layout" button to "Local Class".
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 25 Mar 2021 21:42:09 +0000 (17:42 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 26 Mar 2021 17:37:14 +0000 (13:37 -0400)
This is for choosing a local document class/layout file. The tooltip
uses the 'class' language already, and "Local Layout" conflicts with
the way that term is used elsewhere in the dialog.

src/frontends/qt/ui/LaTeXUi.ui

index 9248b2434e4dc097f3fcabe7d1c7f04c471a6887..e6f579a7e11395d6cfa5c6e3d86b6f3457a209d4 100644 (file)
@@ -48,7 +48,7 @@
          <string>Click to select a local document class definition file</string>
         </property>
         <property name="text">
-         <string>&amp;Local Layout...</string>
+         <string>&amp;Local Class...</string>
         </property>
        </widget>
       </item>