Merge pull request #84 from MihaelaStoica/CA-136023

CA-136023 Performance graphs: rename "cps" units
This commit is contained in:
Stephen Turner 2014-06-02 10:22:36 +01:00
commit 73f5167440
3 changed files with 5 additions and 5 deletions

View File

@ -277,9 +277,9 @@ namespace XenAdminTests.UnitTests.MiscTests
{
var pairs = new Dictionary<double, string>
{
{0,"0 cps"},
{0.12,"0.12 cps"},
{1234.56,"1234.56 cps"}
{0,"0 /sec"},
{0.12,"0.12 /sec"},
{1234.56,"1234.56 /sec"}
};
foreach (var pair in pairs)

View File

@ -7616,7 +7616,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to cps.
/// Looks up a localized string similar to /sec.
/// </summary>
public static string COUNTS_PER_SEC_UNIT {
get {

View File

@ -2761,7 +2761,7 @@ You can only connect to a single Citrix XenServer Express Edition server at a ti
{1}</value>
</data>
<data name="COUNTS_PER_SEC_UNIT" xml:space="preserve">
<value>cps</value>
<value>/sec</value>
</data>
<data name="CPM_FAILURE_REASON_SAME_AS_RESIDENT_HOST" xml:space="preserve">
<value>cannot migrate to resident host or pool</value>