diff options
author | Joan Josep <juanjo.ng.83@gmail.com> | 2018-04-30 18:52:32 +0200 |
---|---|---|
committer | frosch <github@elsenhans.name> | 2018-04-30 18:52:32 +0200 |
commit | 944f785be8e0d994552d96e2990232cba094efdd (patch) | |
tree | 09da68644da6fec4111566305d6cdd1d20566f3d /src/widgets | |
parent | fa87212a76f168e28d2439cb658fbfe388c19036 (diff) | |
download | openttd-944f785be8e0d994552d96e2990232cba094efdd.tar.xz |
Fix: Spelling errors (#6769)
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/toolbar_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbar_widget.h b/src/widgets/toolbar_widget.h index 434a238ac..c317fc957 100644 --- a/src/widgets/toolbar_widget.h +++ b/src/widgets/toolbar_widget.h @@ -33,7 +33,7 @@ enum ToolbarNormalWidgets { WID_TN_TRAINS = WID_TN_VEHICLE_START, ///< Train menu. WID_TN_ROADVEHS, ///< Road vehicle menu. WID_TN_SHIPS, ///< Ship menu. - WID_TN_AIRCRAFTS, ///< Aircraft menu. + WID_TN_AIRCRAFT, ///< Aircraft menu. WID_TN_ZOOM_IN, ///< Zoom in the main viewport. WID_TN_ZOOM_OUT, ///< Zoom out the main viewport. WID_TN_BUILDING_TOOLS_START, ///< Helper for the offset of the building tools |