CP-12617: Port CP-12191 to trunk:

Removed two entries from Messages.resx that are not needed

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2015-10-28 13:21:04 +00:00
parent 6168c1bab8
commit f5dd0ed9c1
2 changed files with 0 additions and 24 deletions

View File

@ -25233,24 +25233,6 @@ namespace XenAdmin {
}
}
/// <summary>
/// Looks up a localized string similar to Search.
/// </summary>
public static string OPTIONS_SEARCH {
get {
return ResourceManager.GetString("OPTIONS_SEARCH", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Search settings.
/// </summary>
public static string OPTIONS_SEARCH_DESC {
get {
return ResourceManager.GetString("OPTIONS_SEARCH_DESC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Out of date.
/// </summary>

View File

@ -8782,12 +8782,6 @@ However, there is not enough space to perform the repartitioning, so the current
<data name="OPTIMIZED" xml:space="preserve">
<value>Optimized</value>
</data>
<data name="OPTIONS_SEARCH" xml:space="preserve">
<value>Search</value>
</data>
<data name="OPTIONS_SEARCH_DESC" xml:space="preserve">
<value>Search settings</value>
</data>
<data name="OUT_OF_DATE" xml:space="preserve">
<value>Out of date</value>
</data>