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:
auria 2011-05-14 19:40:58 +00:00
parent ca2906bac6
commit 0cf4b61e56
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@
<spacer proportion="1" />
<div width="50%" height="100%" layout="vertical-row" >
<bubble word_wrap="true" id="description" height="100%" width="100%" proportion="1" />
<label id="size" width="100%" text="Size:"/>
<label id="revision" width="100%" text="Version:"/>
<label id="size" width="100%" text=""/>
<label id="revision" width="100%" text=""/>
</div>
</div>

View File

@ -104,7 +104,7 @@ void AddonsLoading::beforeAddingWidgets()
}
else
// Anything smaller just let it be 1 KB
unit=_("1 KB");
unit=_("%s KB", 1);
core::stringw size = _("Size: %s", unit.c_str());
getWidget<LabelWidget>("size")->setText(size, false);
} // AddonsLoading