mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[grazie] IJPL-35187 "Save to dictionary" button has wrong spacing
Merge-request: IJ-MR-180271 Merged-by: Ilia Permiashkin <ilia.permiashkin@jetbrains.com> GitOrigin-RevId: 8b877ec87482e91fa9594bb2b580d5face4deb77
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0f3b987749
commit
d5cd6ed2ef
@@ -8,6 +8,7 @@ spellchecking.inspection.name=Spelling
|
||||
typo.in.word.ref=Typo: In word '#ref'
|
||||
add.0.to.dictionary=Typo: Save ''{0}'' to dictionary
|
||||
add.to.dictionary=Save to dictionary
|
||||
save.to.dictionary.fix=Save to dictionary
|
||||
save.0.to.dictionary.fix=Save {0} to dictionary
|
||||
save.0.to.dictionary.action=Save {0} to Dictionary
|
||||
0.in.quotes=''{0}''
|
||||
|
||||
@@ -67,7 +67,7 @@ public final class SaveTo implements SpellCheckerQuickFix, LowPriorityAction, Du
|
||||
|
||||
@Override
|
||||
public @NotNull String getFamilyName() {
|
||||
return SpellCheckerBundle.message("save.0.to.dictionary.fix", "");
|
||||
return SpellCheckerBundle.message("save.to.dictionary.fix");
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -165,6 +165,6 @@ public final class SaveTo implements SpellCheckerQuickFix, LowPriorityAction, Du
|
||||
}
|
||||
|
||||
public static String getFixName() {
|
||||
return SpellCheckerBundle.message("save.0.to.dictionary.fix", "");
|
||||
return SpellCheckerBundle.message("save.to.dictionary.fix");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user