commit 6fd566fbec6494adf144cf43912666982982560e
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat Aug 15 13:18:19 2020 +0200

    Flag placeholder string nontranslatable
    
    This is just wasted efforts for the translators, as this string never
    appears in the GUI.
---
 src/frontends/qt/ui/AboutUi.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/frontends/qt/ui/AboutUi.ui b/src/frontends/qt/ui/AboutUi.ui
index fd07468..4db3359 100644
--- a/src/frontends/qt/ui/AboutUi.ui
+++ b/src/frontends/qt/ui/AboutUi.ui
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>424</width>
-    <height>370</height>
+    <height>376</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -63,7 +63,7 @@
           <cursorShape>IBeamCursor</cursorShape>
          </property>
          <property name="text">
-          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;LyX version 
info goes here.&lt;/p&gt;&lt;p&gt;Qt version (run-time) goes 
here.&lt;/p&gt;&lt;p&gt;Qt version (compile-time) goes 
here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+          <string 
notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;LyX version info goes 
here.&lt;/p&gt;&lt;p&gt;Qt version (run-time) goes here.&lt;/p&gt;&lt;p&gt;Qt 
version (compile-time) goes here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignCenter</set>
@@ -107,7 +107,7 @@
              <cursorShape>IBeamCursor</cursorShape>
             </property>
             <property name="text">
-             <string>Library directory goes here.</string>
+             <string notr="true">Library directory goes here.</string>
             </property>
             <property name="textFormat">
              <enum>Qt::PlainText</enum>
@@ -148,7 +148,7 @@
              <cursorShape>IBeamCursor</cursorShape>
             </property>
             <property name="text">
-             <string>User directory goes here.</string>
+             <string notr="true">User directory goes here.</string>
             </property>
             <property name="textFormat">
              <enum>Qt::PlainText</enum>
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to