Removed some unused strings
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8573 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
ca2906bac6
commit
0cf4b61e56
@ -12,8 +12,8 @@
|
|||||||
<spacer proportion="1" />
|
<spacer proportion="1" />
|
||||||
<div width="50%" height="100%" layout="vertical-row" >
|
<div width="50%" height="100%" layout="vertical-row" >
|
||||||
<bubble word_wrap="true" id="description" height="100%" width="100%" proportion="1" />
|
<bubble word_wrap="true" id="description" height="100%" width="100%" proportion="1" />
|
||||||
<label id="size" width="100%" text="Size:"/>
|
<label id="size" width="100%" text=""/>
|
||||||
<label id="revision" width="100%" text="Version:"/>
|
<label id="revision" width="100%" text=""/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ void AddonsLoading::beforeAddingWidgets()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
// Anything smaller just let it be 1 KB
|
// Anything smaller just let it be 1 KB
|
||||||
unit=_("1 KB");
|
unit=_("%s KB", 1);
|
||||||
core::stringw size = _("Size: %s", unit.c_str());
|
core::stringw size = _("Size: %s", unit.c_str());
|
||||||
getWidget<LabelWidget>("size")->setText(size, false);
|
getWidget<LabelWidget>("size")->setText(size, false);
|
||||||
} // AddonsLoading
|
} // AddonsLoading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user