From 4b315831c983bfcc2c9c6cbce4cd0cdbb0af22d6 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Tue, 24 Dec 2013 17:25:43 +0100 Subject: UI message fix (bzr r12857) --- src/ui/dialog/pixelartdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ui/dialog/pixelartdialog.cpp b/src/ui/dialog/pixelartdialog.cpp index cc7bbb277..ec2bfb822 100644 --- a/src/ui/dialog/pixelartdialog.cpp +++ b/src/ui/dialog/pixelartdialog.cpp @@ -373,8 +373,8 @@ void PixelArtDialogImpl::processLibdepixelize(SPImage *img) = Glib::wrap(img->pixbuf->getPixbufRaw(), true); if ( pixbuf->get_width() > 256 || pixbuf->get_height() > 256 ) { - char *msg = _("Image looks too big. Process may take a while and is" - " wise to save your document before continue." + char *msg = _("Image looks too big. Process may take a while and it is" + " wise to save your document before continuing." "\n\nContinue the procedure (without saving)?"); Gtk::MessageDialog dialog(msg, false, Gtk::MESSAGE_WARNING, Gtk::BUTTONS_OK_CANCEL, true); -- cgit v1.2.3