* QPrefsDialog.C: make static strings translateable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15943 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-11-15 23:37:26 +00:00
parent 51c0f33fd3
commit 23c3c841f7

View File

@ -71,9 +71,9 @@ using std::vector;
namespace lyx {
namespace frontend {
string const LookAndFeel = "Look and feel";
string const LanguageSettings = "Language settings";
string const Outputs = "Outputs";
string const LookAndFeel = N_("Look and feel");
string const LanguageSettings = N_("Language settings");
string const Outputs = N_("Outputs");
// FIXME: move to helper_funcs.h