diff --git a/lib/Frontend/translation_string_definitions.dart b/lib/Frontend/translation_string_definitions.dart index 69c998f4..df07dcd1 100644 --- a/lib/Frontend/translation_string_definitions.dart +++ b/lib/Frontend/translation_string_definitions.dart @@ -111,7 +111,7 @@ String actionsCategoryTense() => Intl.message('Frustrated and Tense', name: 'act String actionsCategoryGlowtip() => Intl.message('GlowTip', name: 'actionsCategoryGlowtip', desc: 'glowtip action group label'); -String actionsSelectScreen() => Intl.message('Select Action', name: 'actionsSelectScreen', desc: 'Title for action select menu on triggers page'); +String actionsSelectScreen() => Intl.message('Select Actions', name: 'actionsSelectScreen', desc: 'Title for action select menu on triggers page'); //Settings String settingsHapticsToggleTitle() => Intl.message('Haptic Feedback', name: 'settingsHapticsToggleTitle', desc: 'Settings page haptic feedback toggle title');