Skip to content

Commit

Permalink
Merge #3903 Shorten toolbar button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 14, 2023
2 parents ff291b1 + 95dab9c commit b901adb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- [Multiple] Improve handling of unregistered files at uninstall (#3890 by: HebaruSan; reviewed: techman83)
- [Multiple] Show recommendations of full changeset with opt-out (#3892 by: HebaruSan; reviewed: techman83)
- [Multiple] Dutch translation and icon duplication guardrails (#3897 by: HebaruSan; reviewed: techman83)
- [GUI] Shorten toolbar button labels (#3903 by: HebaruSan; reviewed: techman83)

### Bugfixes

Expand Down
6 changes: 3 additions & 3 deletions GUI/Controls/ManageMods.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="launchGameToolStripMenuItem.Text" xml:space="preserve"><value>Launch Game</value></data>
<data name="launchGameToolStripMenuItem.Text" xml:space="preserve"><value>Play</value></data>
<data name="RefreshToolButton.Text" xml:space="preserve"><value>Refresh</value></data>
<data name="UpdateAllToolButton.Text" xml:space="preserve"><value>Add available updates</value></data>
<data name="ApplyToolButton.Text" xml:space="preserve"><value>Apply changes</value></data>
<data name="UpdateAllToolButton.Text" xml:space="preserve"><value>Update all</value></data>
<data name="ApplyToolButton.Text" xml:space="preserve"><value>Apply</value></data>
<data name="FilterToolButton.Text" xml:space="preserve"><value>Filters</value></data>
<data name="FilterCompatibleButton.Text" xml:space="preserve"><value>Compatible</value></data>
<data name="FilterInstalledButton.Text" xml:space="preserve"><value>Installed</value></data>
Expand Down

0 comments on commit b901adb

Please sign in to comment.