[cssed-devel] Missing strings
Brought to you by:
iagorubio
From: <mic...@ea...> - 2004-04-02 00:21:40
|
Hi Iago, Could you please change: 1 - scratch_label = gtk_label_new ("Scratch - pad"); to: scratch_label = gtk_label_new (_("Scratch - pad")); around line 1254 of interface.c in function create_window() so that it could be translated? 2 - gtk_label_new("Doc parser") to gtk_label_new(—("Doc parser")" and remove sciwrapper.c and sciwrapper.h from POTFILES.in (as they do not exist). Michèle <http://micmacfr.homeunix.org> |