Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
904bff55
Commit
904bff55
authored
Nov 11, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Fix Bug 33313.
parent
c8bcbf0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
+10
-1
apps/spreadsheeteditor/main/locale/en.json
apps/spreadsheeteditor/main/locale/en.json
+1
-0
No files found.
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
View file @
904bff55
...
...
@@ -1454,6 +1454,14 @@ define([
},
10
);
}
else
{
this
.
documentHolder
.
entriesMenu
.
hide
();
Common
.
UI
.
warning
({
title
:
this
.
notcriticalErrorTitle
,
maxwidth
:
600
,
msg
:
this
.
txtNoChoices
,
callback
:
_
.
bind
(
function
(
btn
){
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
this
.
documentHolder
);
},
this
)
});
}
},
...
...
@@ -2282,7 +2290,8 @@ define([
insertColumnRightText
:
'
Column Right
'
,
deleteText
:
'
Delete
'
,
deleteRowText
:
'
Delete Row
'
,
deleteColumnText
:
'
Delete Column
'
deleteColumnText
:
'
Delete Column
'
,
txtNoChoices
:
'
There are no choices for filling the cell.<br>Only text values from the column can be selected for replacement.
'
},
SSE
.
Controllers
.
DocumentHolder
||
{}));
});
\ No newline at end of file
apps/spreadsheeteditor/main/locale/en.json
View file @
904bff55
...
...
@@ -172,6 +172,7 @@
"SSE.Controllers.DocumentHolder.txtLimitUnder"
:
"Limit under text"
,
"SSE.Controllers.DocumentHolder.txtMatchBrackets"
:
"Match brackets to argument height"
,
"SSE.Controllers.DocumentHolder.txtMatrixAlign"
:
"Matrix alignment"
,
"SSE.Controllers.DocumentHolder.txtNoChoices"
:
"There are no choices for filling the cell.<br>Only text values from the column can be selected for replacement."
,
"SSE.Controllers.DocumentHolder.txtOverbar"
:
"Bar over text"
,
"SSE.Controllers.DocumentHolder.txtRemFractionBar"
:
"Remove fraction bar"
,
"SSE.Controllers.DocumentHolder.txtRemLimit"
:
"Remove limit"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment