From 007985332b651c158d4ab5dd26cf2fcb79f52d8c Mon Sep 17 00:00:00 2001 From: WhiteTreePaladin Date: Sat, 19 Feb 2011 21:24:03 +0000 Subject: [PATCH] formatted feedback dialog to look a little nicer This was SVN commit r8946. --- .../data/mods/public/gui/pregame/mainmenu.xml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/binaries/data/mods/public/gui/pregame/mainmenu.xml b/binaries/data/mods/public/gui/pregame/mainmenu.xml index 2d9289e2c4..e30f62f973 100644 --- a/binaries/data/mods/public/gui/pregame/mainmenu.xml +++ b/binaries/data/mods/public/gui/pregame/mainmenu.xml @@ -125,7 +125,7 @@ Watch for updates or get involved in the development: http://wildfiregames.com/0 size="51.8554688% 22.9166667% 68.359375% 43.2291667%" sprite_over="pgSinglePlayerOver" sprite_disabled="pgSinglePlayerDisabled" - tooltip="Click here to start a new single player game. (There is no computer opponent currently available.)" + tooltip="Click here to start a new single player game. (A computer opponent is available for testing purposes, but cannot actually play the game.)" > @@ -291,13 +291,13 @@ Watch for updates or get involved in the development: http://wildfiregames.com/0 style="userReportText" >[font="serif-bold-16"]Help improve 0 A.D.![/font] -You can automatically send us anonymous feedback that will help us to improve performance and compatibility and to fix bugs. +You can automatically send us anonymous feedback that will help us fix bugs improve performance and compatibility. - + [font="serif-bold-16"]Enable feedback Engine.SetUserReportEnabled(true); - + Technical details Engine.PushGuiPage("page_manual.xml", { "page": "userreport" }); @@ -305,7 +305,7 @@ You can automatically send us anonymous feedback that will help us to improve pe @@ -331,7 +331,7 @@ Status: $status. scrollbar_style="wheatScrollBar" /> - - Send + + Send Message submitUserReportMessage(); - + Disable feedback Engine.SetUserReportEnabled(false); - + Technical details Engine.PushGuiPage("page_manual.xml", { "page": "userreport" });