Skip to content

Commit

Permalink
Use Reload Brackets instead of the generic term 'Refresh'
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondLim committed May 3, 2012
1 parent 35692eb commit 94a34cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bin/win/Brackets.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions src/win/cefclient/cefclient.rc
Expand Up @@ -63,7 +63,7 @@ BEGIN
END
POPUP "&View"
BEGIN
MENUITEM "&Refresh", IDC_NAV_RELOAD
MENUITEM "&Reload Brackets", IDC_NAV_RELOAD
MENUITEM "&Show Developer Tools", ID_TESTS_DEVTOOLS_SHOW
END
POPUP "&Help"
Expand All @@ -80,7 +80,7 @@ BEGIN
END
POPUP "&View"
BEGIN
MENUITEM "&Refresh", IDC_NAV_RELOAD
MENUITEM "&Reload Brackets", IDC_NAV_RELOAD
MENUITEM "&Show Developer Tools", ID_TESTS_DEVTOOLS_SHOW
END
END
Expand Down

0 comments on commit 94a34cc

Please sign in to comment.