Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek committed Jul 19, 2012
1 parent 37bf60d commit 625f8cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -95,7 +95,7 @@ qx.Class.define("helenos.components.menu.KeyspaceContextMenu",
'keyValidationclass' : {
'type' : "SelectBox",
'label' : "Key validation class",
'value' : 1,
'value' : 5,
'options' : helenos.util.CassandraTypes.validationClasses,
"validation" : {
"required" : true
Expand All @@ -104,7 +104,7 @@ qx.Class.define("helenos.components.menu.KeyspaceContextMenu",
'defaultValidationclass' : {
'type' : "SelectBox",
'label' : "Default validation class",
'value' : 1,
'value' : 4,
'options' : helenos.util.CassandraTypes.validationClasses,
"validation" : {
"required" : true
Expand All @@ -118,7 +118,7 @@ qx.Class.define("helenos.components.menu.KeyspaceContextMenu",
'value' : ""
}
};
dialog.Dialog.form('<b>Create new column family</b>', formData, function(result) {
dialog.Dialog.form('<h4>Create new column family</h4>', formData, function(result) {

});
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/source/translation/en.po
Expand Up @@ -16,4 +16,4 @@ msgstr ""
#: helenos/components/menu/ColumnFamilyContextMenu.js:71
#: helenos/components/menu/ColumnFamilyContextMenu.js:74
msgid "loss.data.alert"
msgstr "Are you sure ?! You will lose all your data !!!"
msgstr "<h4>Are you sure ?! You will lose all your data !!!</h4>"

0 comments on commit 625f8cc

Please sign in to comment.