Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
22330fd0
Commit
22330fd0
authored
7 years ago
by
Anton Monakov
1
Browse files
Options
Download
Email Patches
Plain Diff
Minor wording corrections
parent
d87f6933
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
spellchecker/src/com/intellij/spellchecker/SpellCheckerManager.java
+1
-1
...er/src/com/intellij/spellchecker/SpellCheckerManager.java
spellchecker/src/com/intellij/spellchecker/util/SpellCheckerBundle.properties
+5
-5
.../intellij/spellchecker/util/SpellCheckerBundle.properties
with
6 additions
and
6 deletions
+6
-6
spellchecker/src/com/intellij/spellchecker/SpellCheckerManager.java
+
1
-
1
View file @
22330fd0
...
...
@@ -332,7 +332,7 @@ public class SpellCheckerManager implements Disposable {
}
public
enum
DictionaryLevel
{
APP
(
"
a
pplication-level"
),
PROJECT
(
"
p
roject-level"
),
NOT_SPECIFIED
(
"
n
ot specified"
);
APP
(
"
A
pplication-level"
),
PROJECT
(
"
P
roject-level"
),
NOT_SPECIFIED
(
"
N
ot specified"
);
private
final
String
myName
;
private
final
static
Map
<
String
,
DictionaryLevel
>
DICTIONARY_LEVELS
=
Maps
.
uniqueIndex
(
EnumSet
.
allOf
(
DictionaryLevel
.
class
),
DictionaryLevel:
:
getName
);
...
...
This diff is collapsed.
Click to expand it.
spellchecker/src/com/intellij/spellchecker/util/SpellCheckerBundle.properties
+
5
-
5
View file @
22330fd0
...
...
@@ -28,16 +28,16 @@ link.to.settings=Manage Dictionaries
link.to.inspection.settings
=
Configure 'Spelling' inspection
exact.rename.to
=
Typo: Rename to ''{0}''
custom.dictionaries.title
=
Custom Dictionaries
add.dictionary.description
=
Add custom dictionaries: plaintext word lists
add.dictionary.description
=
Add custom dictionaries: plain
text word lists
hunspell.description
=
hunspell dictionaries
bundled.dictionaries.title
=
Bundled Dictionaries
dictionaries.panel.description
=
Enable/disable bundled dictionaries for your project
custom.dictionary.title
=
Custom Dictionary
add.custom.dictionaries
=
Add custom dictionaries
edit.custom.dictionary
=
Edit custom dictionary
custom.dictionary.not.found.title
=
Custom Dictionary Is
n
ot Found
custom.dictionary.not.found.title
=
Custom Dictionary Is
N
ot Found
custom.dictionary.not.found
=
Custom dictionary is not found at path {0}
dictionary.not.found.title
=
Dictionary
i
s
n
ot Found
dictionary.not.found.title
=
Dictionary
I
s
N
ot Found
dictionary.not.found
=
Dictionary is not found at path {0}
remove.custom.dictionaries
=
Remove custom dictionaries
no.words
=
No additional words
...
...
@@ -56,6 +56,6 @@ app.dictionary=Application-level dictionary
built.in.dictionary
=
built-in
words.list.dictionary
=
word list
select.dictionary.title
=
Select dictionary
max.number.of.corrections
=
Max number of
correc
tions
use.single.dictionary
=
Use single dictionary for
words
saving
max.number.of.corrections
=
Max
imum
number of
sugges
tions
use.single.dictionary
=
Use single dictionary for saving
words
advanced.settings
=
Advanced settings
\ No newline at end of file
This diff is collapsed.
Click to expand it.
小 白蛋
@baidan
mentioned in commit
52062af0
·
2 years ago
mentioned in commit
52062af0
mentioned in commit 52062af094b9a1a8547b425a125a7f8142b84d3d
Toggle commit list
Write
Preview
Supports
Markdown
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