Salome HOME
CAM_Application: Fix log message (no translation needed).
[modules/gui.git] / src / CAM / CAM_Application.cxx
index d524028f4828139ae872d6d3ae761dabeafc39eb..7a9273171212677bbde07bd7cb421edb6b70176f 100644 (file)
@@ -1082,15 +1082,15 @@ void CAM_Application::logAction( QAction* action, const QString& moduleName )
     {
       logStructuredUserEvent ( moduleName,
                                "",
-                               tr( "ACTION_TOGGLED" ),
-                               action->isChecked() ? tr( "ACTION_ON" ) : tr( "ACTION_OFF" ),
+                               "toggled",
+                               action->isChecked() ? "on" : "off",
                                text );
     }
     else
     {
       logStructuredUserEvent ( moduleName,
                                "",
-                               tr( "ACTION_TRIGGERED" ),
+                               "triggered",
                                "",
                                text );
     }