client: Remove unused highlight UI translations
authorShane Synan <digitalcircuit36939@gmail.com>
Sat, 16 Jun 2018 17:12:09 +0000 (12:12 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 16 Jun 2018 19:20:42 +0000 (21:20 +0200)
Mark the highlightImport text and tooltip in
CoreHighlightSettingsPage as no translate, and make it obvious this
text is replaced at runtime.

Let Qt Creator do its formatting thing, updating the UI width and
indentation.

src/qtui/settingspages/corehighlightsettingspage.ui

index 19dae1e..17139fd 100644 (file)
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>438</width>
+    <width>541</width>
     <height>404</height>
    </rect>
   </property>
@@ -71,7 +71,7 @@
    <item>
     <widget class="QWidget" name="highlightsConfigWidget" native="true">
      <layout class="QVBoxLayout" name="highlightConfigLayout">
-     <property name="leftMargin">
+      <property name="leftMargin">
        <number>0</number>
       </property>
       <property name="topMargin">
                <item>
                 <widget class="QPushButton" name="highlightImport">
                  <property name="toolTip">
-                  <string>Import highlight rules configured in &lt;i&gt;Local Highlights&lt;/i&gt;</string>
+                  <string notr="true">Import highlight rules configured in ${source}</string>
                  </property>
                  <property name="text">
-                  <string>Import Local</string>
+                  <string notr="true">Import ${source}</string>
                  </property>
                 </widget>
                </item>