Skip to content

Commit bf89cfb

Browse files
committed
Simplify extension name
1 parent c81d126 commit bf89cfb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

OptionPageGrid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected override void InitializeDialog(FolderBrowser folderBrowser)
2222

2323
public class OptionPageGrid : DialogPage
2424
{
25-
public const string ExtensionName = "Copy Relative Path Extension";
25+
public const string ExtensionName = "Copy Path Extension";
2626
public const string BehaviorCategoryName = "Behavior";
2727
public const string GlobalCategoryName = "Global";
2828
public const string PageName = "General";

Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="106" xml:space="preserve">
121-
<value>Copy Relative Path Extension</value>
121+
<value>Copy Path Extension</value>
122122
</data>
123123
<data name="107" xml:space="preserve">
124124
<value>Copy Relative Path Settings</value>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Or in the context menu for an item in the Solution Explorer:
2626

2727
![solution explorer menu](Resources/menu-solution-explorer.png)
2828

29-
Settings can be customized in _Tools > Options > Copy Relative Path Extension_:
29+
Settings can be customized in _Tools > Options > Copy Path Extension_:
3030

3131
![options dialog](Resources/options-dialog.png)
3232

0 commit comments

Comments
 (0)