ENH: Fix some text
JIRA: none Change-Id: Ife798be7ace480dbda2244b158dcb82edc377fb5
This commit is contained in:
parent
659ebc7d07
commit
3344b81131
|
@ -34,7 +34,7 @@ var LangText={
|
||||||
"t32": "Create new project",
|
"t32": "Create new project",
|
||||||
"t33": "Open Project",
|
"t33": "Open Project",
|
||||||
"t34": "hotspot",
|
"t34": "hotspot",
|
||||||
"t35": "Recently opened",
|
"t35": "Recently Opened",
|
||||||
"t36": "ok",
|
"t36": "ok",
|
||||||
"t37": "At least one printer must be selected.",
|
"t37": "At least one printer must be selected.",
|
||||||
"t38": "Cancel",
|
"t38": "Cancel",
|
||||||
|
|
|
@ -251,7 +251,7 @@
|
||||||
<div id="RecentTitleBlock">
|
<div id="RecentTitleBlock">
|
||||||
<div id="Recent_LEFT_Title">
|
<div id="Recent_LEFT_Title">
|
||||||
<img class="TitleSmallIcon" src="./img/ml.svg" />
|
<img class="TitleSmallIcon" src="./img/ml.svg" />
|
||||||
<div id="RecentTitle" class="Content-Title trans TextS1" tid="">Makerlab</div>
|
<div id="RecentTitle" class="Content-Title trans TextS1" tid="">MakerLab</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="Right_Title_More TextS1" onClick="SwtichLeftMenu('makerlab')"><span class="trans" tid="t108">MORE</span> ></div>
|
<div class="Right_Title_More TextS1" onClick="SwtichLeftMenu('makerlab')"><span class="trans" tid="t108">MORE</span> ></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div menu="makerlab" class="BtnItem" onClick="GotoMenu('makerlab')">
|
<div menu="makerlab" class="BtnItem" onClick="GotoMenu('makerlab')">
|
||||||
<div class="BtnIcon "><img class="LeftIcon" src="img/left_ml.svg" /></div>
|
<div class="BtnIcon "><img class="LeftIcon" src="img/left_ml.svg" /></div>
|
||||||
<div class="BtnText trans" tid="">Makerlab</div>
|
<div class="BtnText trans" tid="">MakerLab</div>
|
||||||
<div ><img class="JumpIcon" src="img/jump.svg" /></div>
|
<div ><img class="JumpIcon" src="img/jump.svg" /></div>
|
||||||
<div id="MakerlabNewTag" class="BtnNewIcon">New</div>
|
<div id="MakerlabNewTag" class="BtnNewIcon">New</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue