[pmg-devel] [PATCH pmg-gui] ActionList: make labels in editwindow consistent

Dominik Csapak d.csapak at proxmox.com
Wed Oct 23 13:53:00 CEST 2019


to make it consistent with the grid in which the actions get shown,
since we have a different column with the name 'description' there
already

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 js/Utils.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/js/Utils.js b/js/Utils.js
index 0479dff..686441b 100644
--- a/js/Utils.js
+++ b/js/Utils.js
@@ -480,7 +480,7 @@ Ext.define('PMG.Utils', {
 		{
 		    xtype: 'textareafield',
 		    name: 'info',
-		    fieldLabel: gettext("Description")
+		    fieldLabel: gettext("Comment")
 		},
 		{
 		    xtype: 'textfield',
@@ -537,7 +537,7 @@ Ext.define('PMG.Utils', {
 		{
 		    xtype: 'textareafield',
 		    name: 'info',
-		    fieldLabel: gettext("Description")
+		    fieldLabel: gettext("Comment")
 		},
 		{
 		    xtype: 'textfield',
@@ -570,7 +570,7 @@ Ext.define('PMG.Utils', {
 		{
 		    xtype: 'textareafield',
 		    name: 'info',
-		    fieldLabel: gettext("Description")
+		    fieldLabel: gettext("Comment")
 		},
 		{
 		    xtype: 'textfield',
@@ -606,7 +606,7 @@ Ext.define('PMG.Utils', {
 		{
 		    xtype: 'textareafield',
 		    name: 'info',
-		    fieldLabel: gettext("Description")
+		    fieldLabel: gettext("Comment")
 		},
 		{
 		    xtype: 'textareafield',
@@ -645,7 +645,7 @@ Ext.define('PMG.Utils', {
 		{
 		    xtype: 'textareafield',
 		    name: 'info',
-		    fieldLabel: gettext("Description")
+		    fieldLabel: gettext("Comment")
 		},
 		{
 		    xtype: 'textareafield',
-- 
2.20.1




More information about the pmg-devel mailing list