diff --git a/po/de.po b/po/de.po index a0f0b4b68167eb81d6127a3107ef82717a2326f8..4eda98edf83d4e2064030fede8f23effb81a0d8d 100644 --- a/po/de.po +++ b/po/de.po @@ -8444,7 +8444,7 @@ msgid "" "printing.)\n" "\n" "More information about this change are available in the Inkscape FAQ" +"inkscape.org/en/learn/faq#dpi_change'>Inkscape FAQ" msgstr "" "Wir haben Inkscape aktualisiert, um den CSS-Standard von 96 dpi " "Auflösung für bessere Kompatibilität mit Webbrowsern zu erfüllen. Früher " @@ -8468,7 +8468,7 @@ msgstr "" "eine korrekte Größe und Position wichtig sind (z.B. für den 3D-Druck).\n" "\n" "Mehr Informationen zu dieser Änderung gibt es in der Inkscape-FAQ" +"inkscape.org/de/learn/faq#dpi_change'>Inkscape-FAQ" #: ../src/file-update.cpp:386 msgid "OK" diff --git a/po/en_GB.po b/po/en_GB.po index 8cc2e11465935e3338454223ecdc3345dd5c628b..9e9d59036bcbc5e8774d5dba4852d2aeda4be8d6 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -8376,7 +8376,7 @@ msgid "" "printing.)\n" "\n" "More information about this change are available in the Inkscape FAQ" +"inkscape.org/en/learn/faq#dpi_change'>Inkscape FAQ" msgstr "" "We've updated Inkscape to follow the CSS standard of 96 DPI for " "better browser compatibility; we used to use 90 DPI. Digital artwork for " @@ -8396,7 +8396,7 @@ msgstr "" "printing.)\n" "\n" "More information about this change are available in the Inkscape FAQ" +"inkscape.org/en/learn/faq#dpi_change'>Inkscape FAQ" #: ../src/file-update.cpp:386 msgid "OK" diff --git a/po/fr.po b/po/fr.po index 1c0413bf7d5eccebfac8923a60f1d7081cf89acf..0b3694ab01c4b47faee7b1ede0644f394cd0ab60 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8505,7 +8505,7 @@ msgid "" "printing.)\n" "\n" "More information about this change are available in the Inkscape FAQ" +"inkscape.org/en/learn/faq#dpi_change'>Inkscape FAQ" msgstr "" "Nous avons mis à jour Inkscape afin qu'il suive le standard CSS de " "96 ppp pour une meilleure compatibilité avec les navigateurs — nous " @@ -8527,7 +8527,7 @@ msgstr "" "l'impression 3D).\n" "\n" "Plus d'informations sur ce changement sont disponibles dans la FAQ d'Inkscape." +"\"https://inkscape.org/fr/apprendre/faq#dpi_change\">FAQ d'Inkscape." # Opacity #: ../src/file-update.cpp:386 diff --git a/po/inkscape.pot b/po/inkscape.pot index 65b4a75769985ece7050c4d6b135a5e022eb8593..8d58ed62e5fc47b37d807a3f29828346422eb69f 100644 --- a/po/inkscape.pot +++ b/po/inkscape.pot @@ -8276,7 +8276,7 @@ msgid "" "printing.)\n" "\n" "More information about this change are available in the Inkscape FAQ" +"inkscape.org/en/learn/faq#dpi_change'>Inkscape FAQ" msgstr "" #: ../src/file-update.cpp:386 diff --git a/po/uk.po b/po/uk.po index 267b8f0c00cda2283beae96a34dbf506d23c9f93..c5e2b1edfd3a75e50de24056a7df851c215dfe18 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8463,7 +8463,7 @@ msgid "" "printing.)\n" "\n" "More information about this change are available in the Inkscape FAQ" +"inkscape.org/en/learn/faq#dpi_change'>Inkscape FAQ" msgstr "" "Ми оновили програмний код Inkscape так, щоб у ньому виконувалися" " вимоги стандарту CSS щодо використання у зображеннях 96 точок на дюйм для" @@ -8486,7 +8486,7 @@ msgstr "" " елементів (наприклад, для просторового друку).\n" "\n" "Докладнішу інформацію щодо цієї зміни можна знайти у списку поширених питань щодо" +"inkscape.org/en/learn/faq#dpi_change'>списку поширених питань щодо" " Inkscape і відповідей на них" #: ../src/file-update.cpp:386 diff --git a/src/file-update.cpp b/src/file-update.cpp index 411e52bf3f8864c676e1a7a3bd50d9b05a063913..d84385fa1aac934da59713e22e9f395c87f712de 100644 --- a/src/file-update.cpp +++ b/src/file-update.cpp @@ -353,7 +353,7 @@ void sp_file_convert_dpi(SPDocument *doc) "but is better for physical output that relies on accurate sizes and positions (for example, for " "3D printing.)\n\n" "More information about this change are available in the Inkscape FAQ" + "href='https://inkscape.org/en/learn/faq#dpi_change'>Inkscape FAQ" "")); moreinfo_text.set_line_wrap(true); moreinfo_text.set_size_request(554,-1);