]> git.lyx.org Git - features.git/blobdiff - src/support/Messages.h
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[features.git] / src / support / Messages.h
index be94ec83c1609b222acdbebff06dc4bacd5afa4e..b7d8a52dc7494091313a5ebb729373605ce83297 100644 (file)
@@ -43,7 +43,7 @@ private:
        ///
        typedef std::map<std::string, docstring> TranslationCache;
        /// Internal cache for gettext translated strings.
-       /// This is needed for performance reason within \c updateLabels()
+       /// This is needed for performance reason within \c updateBuffer()
        /// under Windows.
        mutable TranslationCache cache_;
 };