* more translations
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@285 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -522,7 +522,7 @@ static void OnBtnBrowseEditor (GtkWidget *widget, gpointer data)
|
||||
{
|
||||
PrefsDlg *dlg = (PrefsDlg*)data;
|
||||
|
||||
const char *filename = file_dialog(g_PrefsDlg.GetWidget(), TRUE, "Executable for Custom Editor");
|
||||
const char *filename = file_dialog(g_PrefsDlg.GetWidget(), TRUE, _("Executable for Custom Editor"));
|
||||
|
||||
if(filename != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user