Skip to content

Commit

Permalink
* Fix translation issues with mainframe bar items
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Mar 13, 2016
1 parent 8dea1de commit d4cdd0d
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 135 deletions.
5 changes: 3 additions & 2 deletions DeadLock/Forms/FrmMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DeadLock/Forms/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private void LanguageSwitch()

propertiesBarItem.Text = l.CmiProperties;

removeBarItem.Text = l.BarItemRemoveItem;
removeItemBarItem.Text = l.BarItemRemoveItem;
clearItemsbarItem.Text = l.BarItemClearItems;
autoSizeColumnsBarItem.Text = l.BarItemAutoSizeColumns;
cancelOperationBarItem.Text = l.BarItemCancelTask;
Expand Down
Loading

0 comments on commit d4cdd0d

Please sign in to comment.