kopia lustrzana https://github.com/c9/core
Improve automerge message
rodzic
c6fe50b115
commit
8e02fc257c
|
@ -594,9 +594,10 @@ define(function(require, exports, module) {
|
||||||
question.show(
|
question.show(
|
||||||
"Always merge?",
|
"Always merge?",
|
||||||
"Always merge on file changes?",
|
"Always merge on file changes?",
|
||||||
"Enabling 'auto merge' makes it very easy to collaborate on "
|
"With 'auto merge' enabled, if a file changes "
|
||||||
+ "files with other people, especially when combined with "
|
+ "on disk and you have unsaved changes in the IDE, "
|
||||||
+ "'auto save'. This setting can be controlled from the "
|
+ "it will automatically attempt to merge your changes with the new file. "
|
||||||
|
+ "This setting can be controlled from the "
|
||||||
+ "settings panel as well.",
|
+ "settings panel as well.",
|
||||||
function() { // on yes
|
function() { // on yes
|
||||||
if (question.dontAsk)
|
if (question.dontAsk)
|
||||||
|
|
Ładowanie…
Reference in New Issue