VirtualBox

Ignore:
Timestamp:
Apr 29, 2015 8:18:35 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99857
Message:

FE/Qt: change URLs from http to https

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts

    r55438 r55504  
    901901    <message>
    902902        <source>&amp;Default Start</source>
    903         <translation type="unfinished"></translation>
     903        <translation>&amp;Normaler Start</translation>
    904904    </message>
    905905    <message>
    906906        <source>S&amp;eparate Start</source>
    907         <translation type="unfinished"></translation>
     907        <translation>&amp;Abgekoppelter Start</translation>
    908908    </message>
    909909    <message>
    910910        <source>Start the selected virtual machines with detachable GUI</source>
    911         <translation type="unfinished"></translation>
     911        <translation>Startet die virtuelle Maschine und erlaubt das Abkoppeln der GUI</translation>
    912912    </message>
    913913</context>
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp

    r55422 r55504  
    17801780                             ""
    17811781                             "<p>For help, please see the Community section on "
    1782                              "<a href=http://www.virtualbox.org>http://www.virtualbox.org</a> "
     1782                             "<a href=https://www.virtualbox.org>https://www.virtualbox.org</a> "
    17831783                             "or your support contract. Please provide the contents of the "
    17841784                             "log file <tt>VBox.log</tt> and the image file <tt>VBox.png</tt>, "
     
    18061806             ""
    18071807             "<p>For help, please see the Community section on "
    1808              "<a href=http://www.virtualbox.org>http://www.virtualbox.org</a> "
     1808             "<a href=https://www.virtualbox.org>https://www.virtualbox.org</a> "
    18091809             "or your support contract. Please provide the contents of the "
    18101810             "log file <tt>VBox.log</tt>, "
     
    21012101    alert(windowManager().networkManagerOrMainWindowShown(), MessageType_Info,
    21022102          tr("<p>A new version of VirtualBox has been released! Version <b>%1</b> is available "
    2103              "at <a href=\"http://www.virtualbox.org/\">virtualbox.org</a>.</p>"
     2103             "at <a href=\"https://www.virtualbox.org/\">virtualbox.org</a>.</p>"
    21042104             "<p>You can download this version using the link:</p>"
    21052105             "<p><a href=%2>%3</a></p>")
     
    25952595void UIMessageCenter::sltShowHelpWebDialog()
    25962596{
    2597     vboxGlobal().openURL("http://www.virtualbox.org");
     2597    vboxGlobal().openURL("https://www.virtualbox.org");
    25982598}
    25992599
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r55417 r55504  
    931931                   "<p>You can press the <b>%1</b> key to get instant help, "
    932932                   "or visit "
    933                    "<a href=http://www.virtualbox.org>www.virtualbox.org</a> "
     933                   "<a href=https://www.virtualbox.org>www.virtualbox.org</a> "
    934934                   "for the latest information and news.</p>")
    935935                   .arg(QKeySequence(QKeySequence::HelpContents).toString(QKeySequence::NativeText)));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette