diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-05-15 21:10:21 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-05-15 21:10:21 +0000 |
| commit | 91967d2ba3e1f30b1e6430196d01718994081f18 (patch) | |
| tree | 451930016657d607a069b16a55775f637accfa00 /src/ui | |
| parent | Check code quality with clang-format-diff on merge requests (diff) | |
| download | inkscape-91967d2ba3e1f30b1e6430196d01718994081f18.tar.gz inkscape-91967d2ba3e1f30b1e6430196d01718994081f18.zip | |
Fis maren improvements to embed/import
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 6b55da0da..ecf6204de 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1559,14 +1559,14 @@ void InkscapePreferences::initPageBitmaps() Glib::ustring labels[] = {_("Embed"), _("Link")}; Glib::ustring values[] = {"embed", "link"}; _bitmap_link.init("/dialogs/import/link", labels, values, G_N_ELEMENTS(values), "link"); - _page_bitmaps.add_line( false, _("Bitmap link:"), _bitmap_link, "", "", false); + _page_bitmaps.add_line( false, _("Bitmap import/open mode:"), _bitmap_link, "", "", false); } { Glib::ustring labels[] = {_("Include"), _("Embed"), _("Link")}; Glib::ustring values[] = {"include", "embed", "link"}; _svg_link.init("/dialogs/import/link_svg", labels, values, G_N_ELEMENTS(values), "include"); - _page_bitmaps.add_line( false, _("SVG link:"), _svg_link, "", "", false); + _page_bitmaps.add_line( false, _("SVG import mode:"), _svg_link, "", "", false); } { |
