summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2013-12-24 16:25:43 +0000
committerKris <Kris.De.Gussem@hotmail.com>2013-12-24 16:25:43 +0000
commit4b315831c983bfcc2c9c6cbce4cd0cdbb0af22d6 (patch)
tree56571e7ed188614ceb799a2b79cb20efc0543f9b /src
parentDutch translation update (diff)
downloadinkscape-4b315831c983bfcc2c9c6cbce4cd0cdbb0af22d6.tar.gz
inkscape-4b315831c983bfcc2c9c6cbce4cd0cdbb0af22d6.zip
UI message fix
(bzr r12857)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/pixelartdialog.cpp4
1 files changed, 2 insertions, 2 deletions
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);