We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c58cc2 commit f290f0aCopy full SHA for f290f0a
PluginCore/PluginCore/Localization/TextHelper.cs
@@ -99,7 +99,9 @@ public static String RemoveEllipsis(String text)
99
100
/// <summary>
101
/// Removes mnemonics and ellipsis from the specified string.
102
- /// Note that Mnemonics are removed first due to strings like "Open... (&O)".
+ /// <para/>
103
+ /// Internally calls <see cref="TextHelper.RemoveMnemonics(String)"/> on the string
104
+ /// returned from <see cref="TextHelper.RemoveEllipsis(String)"/>.
105
/// </summary>
106
/// <param name="text">A <see cref="String"/> instance to remove mnemonics and ellipsis from.</param>
107
public static String RemoveMnemonicsAndEllipsis(String text)
0 commit comments