CAR-1711: Improve text

This commit is contained in:
Stephen Turner 2015-02-20 13:20:05 +00:00
parent d4dc9e2b06
commit 9a681fe0f5
2 changed files with 2 additions and 2 deletions

View File

@ -23974,7 +23974,7 @@ namespace XenAdmin {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to You need to manually free up more space and try again.. /// Looks up a localized string similar to Free up some space and try again..
/// </summary> /// </summary>
public static string NOT_ENOUGH_SPACE_MESSAGE_NOCLEANUP { public static string NOT_ENOUGH_SPACE_MESSAGE_NOCLEANUP {
get { get {

View File

@ -8324,7 +8324,7 @@ It is strongly recommended that you Cancel and apply the latest version of the p
<value>There is not enough space on '{0}' to install update '{1}'.</value> <value>There is not enough space on '{0}' to install update '{1}'.</value>
</data> </data>
<data name="NOT_ENOUGH_SPACE_MESSAGE_NOCLEANUP" xml:space="preserve"> <data name="NOT_ENOUGH_SPACE_MESSAGE_NOCLEANUP" xml:space="preserve">
<value>You need to manually free up more space and try again.</value> <value>Free up some space and try again.</value>
</data> </data>
<data name="NOT_ENOUGH_SPACE_MESSAGE_REQUIRED_SPACE" xml:space="preserve"> <data name="NOT_ENOUGH_SPACE_MESSAGE_REQUIRED_SPACE" xml:space="preserve">
<value>Space required: {0}</value> <value>Space required: {0}</value>