Skip to content

Commit f290f0a

Browse files
committed
Small update for TextHelper
1 parent 0c58cc2 commit f290f0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PluginCore/PluginCore/Localization/TextHelper.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ public static String RemoveEllipsis(String text)
9999

100100
/// <summary>
101101
/// Removes mnemonics and ellipsis from the specified string.
102-
/// Note that Mnemonics are removed first due to strings like "Open... (&amp;O)".
102+
/// <para/>
103+
/// Internally calls <see cref="TextHelper.RemoveMnemonics(String)"/> on the string
104+
/// returned from <see cref="TextHelper.RemoveEllipsis(String)"/>.
103105
/// </summary>
104106
/// <param name="text">A <see cref="String"/> instance to remove mnemonics and ellipsis from.</param>
105107
public static String RemoveMnemonicsAndEllipsis(String text)

0 commit comments

Comments
 (0)