[gnote] Add missing space



commit fc60d93cc2ed60d1003f76164b36329d1a18623a
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Oct 6 15:15:11 2013 +0300

    Add missing space
    
    Fixes Bug 709494.

 src/noterenamedialog.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/noterenamedialog.cpp b/src/noterenamedialog.cpp
index 30a24eb..86b80bf 100644
--- a/src/noterenamedialog.cpp
+++ b/src/noterenamedialog.cpp
@@ -150,7 +150,7 @@ NoteRenameDialog::NoteRenameDialog(const Note::List & notes,
   label->set_markup(
     Glib::ustring::compose(
       _("Rename links in other notes from "
-        "\"<span underline=\"single\">%1</span>\" to"
+        "\"<span underline=\"single\">%1</span>\" to "
         "\"<span underline=\"single\">%2</span>\"?\n\n"
         "If you do not rename the links, they will no longer link to "
         "anything."),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]