diff options
Diffstat (limited to 'src/ui/widget/rendering-options.cpp')
| -rw-r--r-- | src/ui/widget/rendering-options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/rendering-options.cpp b/src/ui/widget/rendering-options.cpp index 8a00bcc5d..9ea7c07bd 100644 --- a/src/ui/widget/rendering-options.cpp +++ b/src/ui/widget/rendering-options.cpp @@ -34,7 +34,7 @@ RenderingOptions::RenderingOptions () : _radio_cairo ( new Gtk::RadioButton () ), //_radio_bitmap( new Gtk::RadioButton (_radio_cairo->get_group ()), _radio_bitmap( new Gtk::RadioButton () ), - _widget_cairo( Glib::ustring(_("_Cairo")), + _widget_cairo( Glib::ustring(_("_Vector")), Glib::ustring(_("Render using Cairo vector operations. The resulting image is usually smaller in file " "size and can be arbitrarily scaled, but some " "filter effects will not be correctly rendered.")), |
