Rename "Old Version History" to "Reference Version" on the change screen

Change-Id: I6afca3962aff3fcac3ea0fb1a3d0c0b5553f1189
This commit is contained in:
Orgad Shaneh
2013-04-29 11:01:08 +03:00
committed by David Pursehouse
parent c974ed7868
commit fbd79ecec4
3 changed files with 3 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ public class ChangeScreen extends Screen
patchesGrid = new Grid(1, 2);
patchesGrid.setStyleName(Gerrit.RESOURCES.css().selectPatchSetOldVersion());
patchesGrid.setText(0, 0, Util.C.oldVersionHistory());
patchesGrid.setText(0, 0, Util.C.referenceVersion());
patchesGrid.setWidget(0, 1, patchesList);
add(patchesGrid);