From e83259bccd201057dde5e8d9fac674becc57f424 Mon Sep 17 00:00:00 2001 From: maxerba Date: Sat, 25 May 2019 21:43:24 +0200 Subject: [PATCH] Fix typos in messages --- src/modules/mixer/gadget/backend.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/mixer/gadget/backend.c b/src/modules/mixer/gadget/backend.c index 59e7d7acb..89c2e3d0a 100644 --- a/src/modules/mixer/gadget/backend.c +++ b/src/modules/mixer/gadget/backend.c @@ -315,7 +315,7 @@ _actions_unregister(void) if (_action_incr_app) { e_action_predef_name_del("Mixer", - _("Increase Volume of Focuse Application")); + _("Increase Volume of Focused Application")); e_action_del("volume_increase_app"); _action_incr_app = NULL; } @@ -323,7 +323,7 @@ _actions_unregister(void) if (_action_decr_app) { e_action_predef_name_del("Mixer", - _("Decrease Volume of Focuse Application")); + _("Decrease Volume of Focused Application")); e_action_del("volume_decrease_app"); _action_decr_app = NULL; } @@ -331,7 +331,7 @@ _actions_unregister(void) if (_action_mute_app) { e_action_predef_name_del("Mixer", - _("Mute Volume of Focuse Application")); + _("Mute Volume of Focused Application")); e_action_del("volume_mute_app"); _action_mute_app = NULL; }