Author: timopollmeier
Date: 2016-10-18 10:12:12 +0200 (Tue, 18 Oct 2016)
New Revision: 26422

Modified:
   trunk/gsa/ChangeLog
   trunk/gsa/src/html/classic/omp.xsl
   trunk/gsa/src/html/classic/wizard.xsl
Log:
        * src/html/classic/omp.xsl (report [results]): Swap order of "adjust"
        and "update" in filter hint text.
        (cert_bund_adv-details, dfn_cert_adv-details): Change "SCAP database"
        to "CERT database" in text shown if advisory is not found.

        * src/html/classic/wizard.xsl (wizard): Rewrite second line in welcome
        message.

Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2016-10-17 15:51:15 UTC (rev 26421)
+++ trunk/gsa/ChangeLog 2016-10-18 08:12:12 UTC (rev 26422)
@@ -1,3 +1,13 @@
+2016-10-18  Timo Pollmeier <timo.pollme...@greenbone.net>
+
+       * src/html/classic/omp.xsl (report [results]): Swap order of "adjust"
+       and "update" in filter hint text.
+       (cert_bund_adv-details, dfn_cert_adv-details): Change "SCAP database"
+       to "CERT database" in text shown if advisory is not found.
+
+       * src/html/classic/wizard.xsl (wizard): Rewrite second line in welcome
+       message.
+
 2016-10-17  Timo Pollmeier <timo.pollme...@greenbone.net>
 
        * src/gsad_omp.c (edit_report_format): Use empty string for extra_xml

Modified: trunk/gsa/src/html/classic/omp.xsl
===================================================================
--- trunk/gsa/src/html/classic/omp.xsl  2016-10-17 15:51:15 UTC (rev 26421)
+++ trunk/gsa/src/html/classic/omp.xsl  2016-10-18 08:12:12 UTC (rev 26422)
@@ -4413,7 +4413,7 @@
                         data-id="filterbox" title="{gsa:i18n ('Edit filter')}">
                         <img src="/img/edit.svg" class="valign-middle icon 
icon-lg"/>
                         <span>
-                          <xsl:value-of select="gsa:i18n ('Update and adjust 
your filter settings.')"/>
+                          <xsl:value-of select="gsa:i18n ('Adjust and update 
your filter settings.')"/>
                         </span>
                       </a>
                     </p>
@@ -23396,7 +23396,7 @@
       </xsl:when>
       <xsl:otherwise>
         <h1><xsl:value-of select="gsa:i18n ('CERT-Bund advisory not 
found')"/></h1>
-        <xsl:value-of select="gsa:i18n ('No CERT-Bund advisory with the 
requested ID could be found in the SCAP database.')"/>
+        <xsl:value-of select="gsa:i18n ('No CERT-Bund advisory with the 
requested ID could be found in the CERT database.')"/>
       </xsl:otherwise>
     </xsl:choose>
   </div>
@@ -23539,7 +23539,7 @@
       </xsl:when>
       <xsl:otherwise>
         <h1><xsl:value-of select="gsa:i18n ('DFN-CERT advisory not 
found')"/></h1>
-        <xsl:value-of select="gsa:i18n ('No DFN-CERT advisory with the 
requested ID could be found in the SCAP database.')"/>
+        <xsl:value-of select="gsa:i18n ('No DFN-CERT advisory with the 
requested ID could be found in the CERT database.')"/>
       </xsl:otherwise>
     </xsl:choose>
   </div>

Modified: trunk/gsa/src/html/classic/wizard.xsl
===================================================================
--- trunk/gsa/src/html/classic/wizard.xsl       2016-10-17 15:51:15 UTC (rev 
26421)
+++ trunk/gsa/src/html/classic/wizard.xsl       2016-10-18 08:12:12 UTC (rev 
26422)
@@ -87,7 +87,7 @@
         <p class="wizard_hint">
           <img class="icon-lg valign-middle pull-left" 
style="margin-right:10px" src="/img/wizard.svg" />
           <xsl:value-of select="gsa:i18n('Welcome to the scan task 
management!')"/><br/>
-          <xsl:value-of select="gsa:i18n('To start your first vulnerability 
scan, the scan wizard can help you to do so with just one click.')"/><br/>
+          <xsl:value-of select="gsa:i18n('If you would like to start your 
first vulnerability scan, the scan wizard can help you to do so with just one 
click.')"/><br/>
           <xsl:value-of select="gsa:i18n('Simply select the wizard icon from 
the icon bar in the top-left of this page.')"/>
         </p>
       </div>

_______________________________________________
Openvas-commits mailing list
Openvas-commits@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-commits

Reply via email to