Juergen Spitzmueller wrote:
Lars Gullik Bjønnes wrote:
Does this patch fix the problem?

No. But the attached one does (I'm sure I've overlooked some cases).

-               cur.message(_("Paste"));
+               cur.message(lyx::from_utf8(N_("Paste")));

By doing this, "Paste" will not be translated. N_() is for strings that shall not be translated, is it really what you want to achieve?

Abdel.

Reply via email to