I was asked to look at how DotA Allstars covers up the "100%" text in the upkeep ubertip (mouse hover over upper right of screen). Game info (war3mapSkin.txt) constant COLON_GOLD_INCOME_RATE is placed before the 100%. Apparently the strings are just concatenated prior to rendering, so you can set the color of the "100%" with COLON_GOLD_INCOME_RATE. |c22222222 renders the text invisible relative to the frame.
In the main world editor window, open the advanced menu. Click on "Game Interface", in the top group below "Gameplay Constants". You should see a list with headings "Name" and "Value". Since we intend to modify one of these pairs, we need to enable "Use Custom Game Interface". Then about half way down find in the "Name" column "COLON_GOLD_INCOME_RATE". Double click on it to bring up the set value to "Whatever You want to go here|c22222222" without the quotes.