File tree 2 files changed +4
-2
lines changed
java/hudson/plugins/view/dashboard/core
resources/hudson/plugins/view/dashboard
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
import hudson .model .Descriptor ;
5
5
import hudson .model .Job ;
6
6
import hudson .plugins .view .dashboard .DashboardPortlet ;
7
+ import hudson .plugins .view .dashboard .Messages ;
7
8
8
9
import java .util .Iterator ;
9
10
@@ -68,7 +69,7 @@ public static class DescriptorImpl extends Descriptor<DashboardPortlet> {
68
69
69
70
@ Override
70
71
public String getDisplayName () {
71
- return "Iframe Portlet" ;
72
+ return Messages . Dashboard_IframePortlet () ;
72
73
}
73
74
}
74
75
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ Dashboard.Total=total
20
20
Dashboard.Date =date
21
21
Dashboard.Count =count
22
22
Dashboard.SlavesStatistics =Slaves statistics
23
- Dashboard.Image =Image
23
+ Dashboard.Image =Image
24
+ Dashboard.IframePortlet =Iframe Portlet
You can’t perform that action at this time.
0 commit comments