diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-03-22 20:48:03 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-03-22 20:48:03 +0000 |
| commit | 5950073a4ce60212f2990d0faf053fb78ec1fb9c (patch) | |
| tree | 2ec8f6808d4b8f74083ab3bcadb4a89f82f2218c /src | |
| parent | ability to scroll inside the filter dock -- gain some screen real estate! (diff) | |
| download | inkscape-5950073a4ce60212f2990d0faf053fb78ec1fb9c.tar.gz inkscape-5950073a4ce60212f2990d0faf053fb78ec1fb9c.zip | |
Translations. Translatable files clean-up (find.cpp removal).
Translations. Inkscape.pot update.
Preferences. Filters preferences text fix (see Bug #1133033).
Extensions. Fix for Bug #1158377 (Printing marks needs more precision).
(bzr r12230)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index fb814e066..34a908995 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -598,7 +598,7 @@ void InkscapePreferences::initPageUI() _("When on, will allow dynamic layout of components that are not completely finished being refactored"), true); /* show infobox */ - _show_filters_info_box.init( _("Show filter primitives infobox"), "/options/showfiltersinfobox/value", true); + _show_filters_info_box.init( _("Show filter primitives infobox (requires restart)"), "/options/showfiltersinfobox/value", true); _page_ui.add_line(false, "", _show_filters_info_box, "", _("Show icons and descriptions for the filter primitives available at the filter effects dialog")); |
