[gnote] fix format



commit 128688929415f5ff8cb5aef16b8e7e4ab626d901
Author: Hubert Figuiere <hub figuiere net>
Date:   Sat May 30 13:59:00 2009 -0400

    fix format
---
 .../stickynoteimport/stickynoteimportnoteaddin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/addins/stickynoteimport/stickynoteimportnoteaddin.cpp b/src/addins/stickynoteimport/stickynoteimportnoteaddin.cpp
index 008a56b..3b185fe 100644
--- a/src/addins/stickynoteimport/stickynoteimportnoteaddin.cpp
+++ b/src/addins/stickynoteimport/stickynoteimportnoteaddin.cpp
@@ -191,7 +191,7 @@ void StickNoteImportNoteAddin::show_results_dialog(int numNotesImported, int num
 	show_message_dialog (
     _("Sticky Notes import completed"),
     // here %1% is the number of notes imported, %2% the total number of notes.
-    str(boost::format(_("<b>%1%</b> of <b>%s%</b> Sticky Notes "
+    str(boost::format(_("<b>%1%</b> of <b>%2%</b> Sticky Notes "
                         "were successfully imported.")) 
         % numNotesImported % numNotesTotal), Gtk::MESSAGE_INFO);
 }



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