Merge pull request #1362 from unknownbrackets/ui-tweaks

Fix Graphics Settings header, update en_US.ini
This commit is contained in:
Henrik Rydgård 2013-04-19 23:42:50 -07:00
commit e242ceab12
2 changed files with 11 additions and 0 deletions

View File

@ -609,7 +609,10 @@ void GraphicsScreen::render() {
I18NCategory *g = GetI18NCategory("General");
I18NCategory *gs = GetI18NCategory("Graphics");
ui_draw2d.SetFontScale(1.5f, 1.5f);
ui_draw2d.DrawText(UBUNTU24, gs->T("Graphics Settings"), dp_xres / 2, 20, 0xFFFFFFFF, ALIGN_HCENTER);
ui_draw2d.SetFontScale(1.0f, 1.0f);
if (UIButton(GEN_ID, Pos(dp_xres - 10, dp_yres-10), LARGE_BUTTON_WIDTH, 0, g->T("Back"), ALIGN_RIGHT | ALIGN_BOTTOM)) {
screenManager()->finishDialog(this, DR_OK);

View File

@ -9,6 +9,7 @@ Dump frame to log = Dump frame to log
Load language ini = Load language ini
Run CPU tests = Run CPU tests
Save language ini = Save language ini
Developer Tools = Developer Tools
[General]
Back = Back
[MainSettings]
@ -47,3 +48,10 @@ Media Engine = Media Engine
Mipmapping = Mipmapping
Stream VBO = Stream VBO
Vertex Cache = Vertex Cache
Stretch to Display = Stretch to Display
[Pause]
Back to Menu = Back to Menu
Continue = Continue
Load State = Load State
Save State = Save State
Settings = Settings