summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp
diff options
context:
space:
mode:
authorBruno Dilly <bruno.dilly@gmail.com>2007-08-19 09:43:12 +0000
committerbdilly <bdilly@users.sourceforge.net>2007-08-19 09:43:12 +0000
commit7f962af8101edd2aa4ecfb939ff7c4c7386b6cab (patch)
tree4caa0b422e5ed2f9de8d8aadf7eb98eee90604e3 /src/ui/dialog/inkscape-preferences.cpp
parentfixing the ocal dialogs bug (diff)
downloadinkscape-7f962af8101edd2aa4ecfb939ff7c4c7386b6cab.tar.gz
inkscape-7f962af8101edd2aa4ecfb939ff7c4c7386b6cab.zip
search button and description label add to import from ocal dialog
(bzr r3519)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index a32dcb3c6..506d9bb4a 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -623,7 +623,7 @@ void InkscapePreferences::initPageMisc()
_misc_overs_bitmap.init("options.bitmapoversample", "value", labels, values, num_items, 1);
_page_misc.add_line( false, _("Oversample bitmaps:"), _misc_overs_bitmap, "", "", false);
_misc_ocal_url.init("options.ocalurl", "str", true);
- _page_misc.add_line( false, _("Open Clip Art Library URL:"), _misc_ocal_url, "", _("The url of the Open Clip Art Library webdav server. It's used by the Export to OCAL function."), true);
+ _page_misc.add_line( false, _("Open Clip Art Library Server Name:"), _misc_ocal_url, "", _("The server name of the Open Clip Art Library webdav server. It's used by the Import and Export to OCAL function."), true);
_misc_ocal_username.init("options.ocalusername", "str", true);
_page_misc.add_line( false, _("Open Clip Art Library Username:"), _misc_ocal_username, "", _("The username used to log into Open Clip Art Library."), true);
_misc_ocal_password.init("options.ocalpassword", "str", false);