mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
* 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:
parent
51c0f33fd3
commit
23c3c841f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user