From c5024d29e87c7ec1b5fc9896a5610803accdded0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Fri, 15 Apr 2016 11:31:31 +0200 Subject: [PATCH] Feature #4403: Rename DSBL to DISABLED in sunstone --- src/sunstone/public/app/opennebula/host.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sunstone/public/app/opennebula/host.js b/src/sunstone/public/app/opennebula/host.js index db526bc013..48aaedaad2 100644 --- a/src/sunstone/public/app/opennebula/host.js +++ b/src/sunstone/public/app/opennebula/host.js @@ -52,10 +52,10 @@ define(function(require) { Locale.tr("UPDATE"), Locale.tr("ON"), Locale.tr("ERROR"), - Locale.tr("DSBL"), + Locale.tr("DISABLED"), Locale.tr("RETRY"), Locale.tr("INIT"), - Locale.tr("DSBL"), + Locale.tr("DISABLED"), Locale.tr("OFF") ];