kopia lustrzana https://github.com/c9/core
Cancel, not Abort
rodzic
1c85b8396c
commit
e212db989a
10
package.json
10
package.json
|
@ -56,7 +56,7 @@
|
|||
"c9"
|
||||
],
|
||||
"c9plugins": {
|
||||
"c9.ide.language": "#025ca50763",
|
||||
"c9.ide.language": "#6666e8aa14",
|
||||
"c9.ide.language.css": "#be07d72209",
|
||||
"c9.ide.language.generic": "#a4023db7f6",
|
||||
"c9.ide.language.html": "#22fdc74869",
|
||||
|
@ -67,10 +67,10 @@
|
|||
"c9.ide.language.javascript.tern": "#bf1072b11a",
|
||||
"c9.ide.language.javascript.infer": "#0561c69d67",
|
||||
"c9.ide.language.jsonalyzer": "#bf12af3d0a",
|
||||
"c9.ide.collab": "#6fca196cad",
|
||||
"c9.ide.local": "#cba7c5152c",
|
||||
"c9.ide.collab": "#6a1d678a0c",
|
||||
"c9.ide.local": "#ded0db8949",
|
||||
"c9.ide.find": "#e33fbaed2f",
|
||||
"c9.ide.find.infiles": "#eac78600af",
|
||||
"c9.ide.find.infiles": "#f0149b05ff",
|
||||
"c9.ide.find.replace": "#8cbce45290",
|
||||
"c9.ide.run.debug": "#7406555669",
|
||||
"c9.automate": "#47e2c429c9",
|
||||
|
@ -105,7 +105,7 @@
|
|||
"c9.ide.recentfiles": "#7c099abf40",
|
||||
"c9.ide.remote": "#301d2ab519",
|
||||
"c9.ide.processlist": "#2b12cd1bdd",
|
||||
"c9.ide.run": "#386c0fb90a",
|
||||
"c9.ide.run": "#aa78804818",
|
||||
"c9.ide.run.build": "#0598fff697",
|
||||
"c9.ide.run.debug.xdebug": "#9956689819",
|
||||
"c9.ide.save": "#262a41aedc",
|
||||
|
|
|
@ -190,7 +190,7 @@ define(function(require, exports, module) {
|
|||
function(){},
|
||||
{
|
||||
yes: "Reset Settings",
|
||||
no: "Abort"
|
||||
no: "Cancel"
|
||||
});
|
||||
},
|
||||
position: 90
|
||||
|
|
|
@ -69,7 +69,7 @@ define(function(require, exports, module) {
|
|||
function(){
|
||||
settings.reset();
|
||||
}, function(){},
|
||||
{ yes: "Reset settings", no: "Abort" });
|
||||
{ yes: "Reset settings", no: "Cancel" });
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1006,7 +1006,7 @@ define(function(require, exports, module) {
|
|||
if (question.dontAsk)
|
||||
settings.set("user/terminal/noclosequestion", "true");
|
||||
},
|
||||
{ showDontAsk: true, yes: "Close", no: "Abort" });
|
||||
{ showDontAsk: true, yes: "Close", no: "Cancel" });
|
||||
return false;
|
||||
}
|
||||
}, session);
|
||||
|
|
Ładowanie…
Reference in New Issue