diff --git a/Source/Base.lproj/Credits.rtf b/Source/Base.lproj/Credits.rtf index 68db29a1..062663f3 100644 --- a/Source/Base.lproj/Credits.rtf +++ b/Source/Base.lproj/Credits.rtf @@ -10,7 +10,7 @@ {\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8A"}}{\fldrslt User Manual}}\ {\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C"}}{\fldrslt FAQ}}\ {\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo"}}{\fldrslt Source Code}}\ -{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt File Bugs}}\ +{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt Report Bugs}}\ {\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/discussions"}}{\fldrslt Discussions}}\ {\field{\*\fldinst{HYPERLINK "https://twitter.com/McBopomofo"}}{\fldrslt Twitter @McBopomofo}}\ } diff --git a/Source/Base.lproj/Localizable.strings b/Source/Base.lproj/Localizable.strings index 1573b0ed..46285132 100644 --- a/Source/Base.lproj/Localizable.strings +++ b/Source/Base.lproj/Localizable.strings @@ -73,7 +73,7 @@ "Candidate keys cannot be longer than 15 characters." = "Candidate keys cannot be longer than 15 characters."; -"Phrase replacement mode is on. Not recommended to add user phases." = "Phrase replacement mode is on. Not recommended to add user phases."; +"Phrase replacement mode is on. Not recommended to add user phrases." = "Phrase replacement mode is on. Not recommended to add user phrases."; "Model-based Chinese conversion is on. Not recommended to add user phrases." = "Model-based Chinese conversion is on. Not recommended to add user phrases."; diff --git a/Source/InputState.swift b/Source/InputState.swift index 8096f56b..9f9382c7 100644 --- a/Source/InputState.swift +++ b/Source/InputState.swift @@ -170,7 +170,7 @@ class InputState: NSObject { } if Preferences.phraseReplacementEnabled { - return NSLocalizedString("Phrase replacement mode is on. Not recommended to add user phases.", comment: "") + return NSLocalizedString("Phrase replacement mode is on. Not recommended to add user phrases.", comment: "") } if Preferences.chineseConversionStyle == 1 && Preferences.chineseConversionEnabled { return NSLocalizedString("Model-based Chinese conversion is on. Not recommended to add user phrases.", comment: "") diff --git a/Source/en.lproj/Credits.rtf b/Source/en.lproj/Credits.rtf index 68db29a1..062663f3 100644 --- a/Source/en.lproj/Credits.rtf +++ b/Source/en.lproj/Credits.rtf @@ -10,7 +10,7 @@ {\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8A"}}{\fldrslt User Manual}}\ {\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C"}}{\fldrslt FAQ}}\ {\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo"}}{\fldrslt Source Code}}\ -{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt File Bugs}}\ +{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt Report Bugs}}\ {\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/discussions"}}{\fldrslt Discussions}}\ {\field{\*\fldinst{HYPERLINK "https://twitter.com/McBopomofo"}}{\fldrslt Twitter @McBopomofo}}\ } diff --git a/Source/en.lproj/Localizable.strings b/Source/en.lproj/Localizable.strings index 3b153beb..3d560253 100644 --- a/Source/en.lproj/Localizable.strings +++ b/Source/en.lproj/Localizable.strings @@ -73,7 +73,7 @@ "Candidate keys cannot be longer than 15 characters." = "Candidate keys cannot be longer than 15 characters."; -"Phrase replacement mode is on. Not recommended to add user phases." = "Phrase replacement mode is on. Not recommended to add user phases."; +"Phrase replacement mode is on. Not recommended to add user phrases." = "Phrase replacement mode is on. Not recommended to add user phrases."; "Model-based Chinese conversion is on. Not recommended to add user phrases." = "Model-based Chinese conversion is on. Not recommended to add user phrases."; diff --git a/Source/zh-Hant.lproj/Localizable.strings b/Source/zh-Hant.lproj/Localizable.strings index 98d3ff2f..2c7a7f41 100644 --- a/Source/zh-Hant.lproj/Localizable.strings +++ b/Source/zh-Hant.lproj/Localizable.strings @@ -73,7 +73,7 @@ "Candidate keys cannot be longer than 15 characters." = "選字按鍵數量不可大於 15。"; -"Phrase replacement mode is on. Not recommended to add user phases." = "詞彙轉換已開啟,不建議在此模式下加詞。"; +"Phrase replacement mode is on. Not recommended to add user phrases." = "詞彙轉換已開啟,不建議在此模式下加詞。"; "Model-based Chinese conversion is on. Not recommended to add user phrases." = "您已開啟將語言模型轉為簡體中文,不建議在此模式下加詞。";