From e6feefa454ebb61f2313245f0a67fb6121bec5ac Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sat, 5 Aug 2017 05:25:27 +0200 Subject: [PATCH] Fix link for FAQ entry on DPI change --- po/de.po | 4 ++-- po/en_GB.po | 4 ++-- po/fr.po | 4 ++-- po/inkscape.pot | 2 +- po/uk.po | 4 ++-- src/file-update.cpp | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/po/de.po b/po/de.po index a0f0b4b681..4eda98edf8 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 8cc2e11465..9e9d59036b 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 1c0413bf7d..0b3694ab01 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 65b4a75769..8d58ed62e5 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 267b8f0c00..c5e2b1edfd 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 411e52bf3f..d84385fa1a 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); -- GitLab