Code

Fix tooltip error in the preferences (Bug #446723).
authorJazzyNico <nicoduf@yahoo.fr>
Sun, 9 May 2010 08:02:52 +0000 (10:02 +0200)
committerJazzyNico <nicoduf@yahoo.fr>
Sun, 9 May 2010 08:02:52 +0000 (10:02 +0200)
po/inkscape.pot
src/ui/dialog/inkscape-preferences.cpp

index d27a30701681c28e4ad9a5da77d0adc3b11a866d..1959e61381e4905831018cb8c1842a5143fb7d32 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-28 20:44+0200\n"
+"POT-Creation-Date: 2010-05-09 09:54+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2198,7 +2198,7 @@ msgstr ""
 #: ../share/extensions/printing-marks.inx.h:16
 #: ../src/ui/dialog/align-and-distribute.cpp:927
 #: ../src/ui/dialog/filedialogimpl-gtkmm.cpp:1414
-#: ../src/ui/dialog/icon-preview.cpp:177
+#: ../src/ui/dialog/icon-preview.cpp:219
 #: ../src/widgets/desktop-widget.cpp:1651
 msgid "Selection"
 msgstr ""
@@ -15710,17 +15710,21 @@ msgstr ""
 msgid "Current: %s"
 msgstr ""
 
-#: ../src/ui/dialog/icon-preview.cpp:129
+#: ../src/ui/dialog/icon-preview.cpp:138
 #, c-format
 msgid "%d x %d"
 msgstr ""
 
-#: ../src/ui/dialog/icon-preview.cpp:179
-msgid "Selection only or whole document"
+#: ../src/ui/dialog/icon-preview.cpp:150
+msgid "Magnified:"
+msgstr ""
+
+#: ../src/ui/dialog/icon-preview.cpp:214
+msgid "Actual Size:"
 msgstr ""
 
-#: ../src/ui/dialog/icon-preview.cpp:187
-msgid "Refresh the icons"
+#: ../src/ui/dialog/icon-preview.cpp:221
+msgid "Selection only or whole document"
 msgstr ""
 
 #: ../src/ui/dialog/inkscape-preferences.cpp:176
@@ -17151,7 +17155,7 @@ msgid "Numeric precision:"
 msgstr ""
 
 #: ../src/ui/dialog/inkscape-preferences.cpp:1098
-msgid "How many digits to write after the decimal dot"
+msgid "Significant figures of the values written to the SVG file"
 msgstr ""
 
 #: ../src/ui/dialog/inkscape-preferences.cpp:1101
index 524558155e9b77fb7f3d1982c0ba9212463d5f89..3c48a797206c6426c3047240d9597f1aa1fe0815 100644 (file)
@@ -1095,7 +1095,7 @@ void InkscapePreferences::initPageSVGOutput()
     _page_svgoutput.add_group_header( _("Numbers"));
 
     _svgoutput_numericprecision.init("/options/svgoutput/numericprecision", 1.0, 16.0, 1.0, 2.0, 8.0, true, false);
-    _page_svgoutput.add_line( false, _("Numeric precision:"), _svgoutput_numericprecision, "", _("How many digits to write after the decimal dot"), false);
+    _page_svgoutput.add_line( false, _("Numeric precision:"), _svgoutput_numericprecision, "", _("Significant figures of the values written to the SVG file"), false);
 
     _svgoutput_minimumexponent.init("/options/svgoutput/minimumexponent", -32.0, -1, 1.0, 2.0, -8.0, true, false);
     _page_svgoutput.add_line( false, _("Minimum exponent:"), _svgoutput_minimumexponent, "", _("The smallest number written to SVG is 10 to the power of this exponent; anything smaller is written as zero"), false);