From 7ca5e0fbb1e55806a53bcfe7e9747f1b881505a7 Mon Sep 17 00:00:00 2001 From: Fujnky Date: Mon, 7 Jun 2010 16:17:40 +0200 Subject: Fixed localizations, most german translation strings fit in buttons now. --- src/game/editor/ed_editor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index 92939bb4..63963dc2 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.cpp @@ -1986,9 +1986,9 @@ void CEditor::RenderImages(CUIRect ToolBox, CUIRect ToolBar, CUIRect View) ToolBox.HSplitTop(15.0f, &Slot, &ToolBox); if(e == 0) - UI()->DoLabel(&Slot, Localize(""Embedded"), 12.0f, 0); + UI()->DoLabel(&Slot, Localize("Embedded"), 12.0f, 0); else - UI()->DoLabel(&Slot, Localize(""External"), 12.0f, 0); + UI()->DoLabel(&Slot, Localize("External"), 12.0f, 0); } ImageCur++; @@ -2700,7 +2700,7 @@ void CEditor::RenderMenubar(CUIRect MenuBar) static CUIRect s_File /*, view, help*/; MenuBar.VSplitLeft(60.0f, &s_File, &MenuBar); - if(DoButton_Menu(&s_File, "File", 0, &s_File, 0, 0)) + if(DoButton_Menu(&s_File, Localize("File"), 0, &s_File, 0, 0)) UiInvokePopupMenu(&s_File, 1, s_File.x, s_File.y+s_File.h-1.0f, 120, 150, PopupMenuFile, this); /* -- cgit 1.4.1