]> git.lyx.org Git - lyx.git/blobdiff - src/support/Messages.h
Strip gecos on Unix systems on user name only.
[lyx.git] / src / support / Messages.h
index 3b3dce8304be7d29a84dc1382e75bd2feea53489..9ef8dc3ae9a0703516346eab43249bef6489dd56 100644 (file)
@@ -57,6 +57,9 @@ extern Messages const & getMessages(std::string const & language);
 /// Implementation is in LyX.cpp.
 extern Messages const & getGuiMessages();
 
+/// Remove the context suffix from \p trans
+extern void cleanTranslation(docstring & trans);
+
 } // namespace lyx
 
 #endif