[LyX/master] Flag placeholder string nontranslatable

Juergen Spitzmueller spitz at lyx.org
Sat Aug 15 12:17:18 UTC 2020


commit 6fd566fbec6494adf144cf43912666982982560e
Author: Juergen Spitzmueller <spitz at 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><html><head/><body><p>LyX version info goes here.</p><p>Qt version (run-time) goes here.</p><p>Qt version (compile-time) goes here.</p></body></html></string>
+          <string notr="true"><html><head/><body><p>LyX version info goes here.</p><p>Qt version (run-time) goes here.</p><p>Qt version (compile-time) goes here.</p></body></html></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>


More information about the lyx-cvs mailing list