[gnote] * Update comment to reflect format in strings. (Close #579209)



commit c08e20ee4a35b8fc0bfa80595dbb84b9ff461d76
Author: Hubert Figuiere <hub figuiere net>
Date:   Thu Apr 16 16:04:54 2009 -0400

      * Update comment to reflect format in strings. (Close #579209)
---
 NEWS                       |    6 ++++++
 src/notebooks/notebook.cpp |    4 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 3b6f188..a705fd2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.1.3
+
+Translations:
+
+  * Update comment to reflect format in strings. (Close #579209)
+
 0.1.2 - 2009/04/15
 
   * Don't return containers on the stack.
diff --git a/src/notebooks/notebook.cpp b/src/notebooks/notebook.cpp
index 2ec413e..8b70442 100644
--- a/src/notebooks/notebook.cpp
+++ b/src/notebooks/notebook.cpp
@@ -82,9 +82,7 @@ namespace notebooks {
       // notebook.  For example, if the name of the notebooks
       // "Meetings", the templateNoteTitle should be "Meetings
       // Notebook Template".  Translators should place the
-      // name of the notebook accordingly using "{0}".
-      // TODO: Figure out how to make this note for
-      // translators appear properly.
+      // name of the notebook accordingly using "%1%".
       std::string format = _("%1% Notebook Template");
       m_template_note_title = str(boost::format(format) % m_name);
     }



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