mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 15:29:26 +01:00
CP-32985: Changes following code review
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
04dc8533e8
commit
66d192b1d8
@ -48,7 +48,7 @@ namespace XenAdmin.SettingsPanels
|
||||
|
||||
public string SubText => checkBoxEnableReadCaching.Checked ? Messages.ENABLED : Messages.DISABLED;
|
||||
|
||||
public Image Image => Properties.Resources._000_Storage_h32bit_16;
|
||||
public Image Image => Images.StaticImages._000_Storage_h32bit_16;
|
||||
|
||||
public AsyncAction SaveSettings()
|
||||
{
|
||||
|
2
XenModel/Messages.Designer.cs
generated
2
XenModel/Messages.Designer.cs
generated
@ -31267,7 +31267,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Read caching.
|
||||
/// Looks up a localized string similar to Read Caching.
|
||||
/// </summary>
|
||||
public static string READ_CACHING {
|
||||
get {
|
||||
|
@ -10860,7 +10860,7 @@ You must reconnect to {1} using an account with Pool Administrator permissions b
|
||||
<value>A {0} user cannot alter memory values and will be restricted to the settings on the template.</value>
|
||||
</data>
|
||||
<data name="READ_CACHING" xml:space="preserve">
|
||||
<value>Read caching</value>
|
||||
<value>Read Caching</value>
|
||||
</data>
|
||||
<data name="READ_ONLY" xml:space="preserve">
|
||||
<value>Read Only</value>
|
||||
|
Loading…
Reference in New Issue
Block a user