summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2014-10-02 08:04:45 +0000
committerJazzyNico <nicoduf@yahoo.fr>2014-10-02 08:04:45 +0000
commit66fd1af880dddae1fa77e9c0cc22e475de4d54d2 (patch)
treef65521439f2e78a193b9da1bbbeb249829432105 /src
parentFix style string while searching for best face match. (diff)
downloadinkscape-66fd1af880dddae1fa77e9c0cc22e475de4d54d2.tar.gz
inkscape-66fd1af880dddae1fa77e9c0cc22e475de4d54d2.zip
Fixing inconsistencies in the PixelArt dialog.
(bzr r13575)
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 2d25f54d7..5113f172a 100644
--- a/src/ui/dialog/pixelartdialog.cpp
+++ b/src/ui/dialog/pixelartdialog.cpp
@@ -385,8 +385,8 @@ void PixelArtDialogImpl::vectorize()
if ( input.pixbuf->get_width() > 256
|| input.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);