SUIT_Desktop* d = application()->desktop();
QAction
- *disp = createAction( -1, tr( "TOP_DISPLAY" ), p, tr( "MEN_DISPLAY" ), tr( "STB_DISPLAY" ),
+ *disp = createAction( -1, tr( "TOP_SHOW" ), p, tr( "MEN_SHOW" ), tr( "STB_SHOW" ),
0, d, false, this, SLOT( onShowHide() ) ),
- *erase = createAction( -1, tr( "TOP_ERASE" ), p, tr( "MEN_ERASE" ), tr( "STB_ERASE" ),
+ *erase = createAction( -1, tr( "TOP_HIDE" ), p, tr( "MEN_HIDE" ), tr( "STB_HIDE" ),
0, d, false, this, SLOT( onShowHide() ) ),
*dispOnly = createAction( -1, tr( "TOP_DISPLAY_ONLY" ), p, tr( "MEN_DISPLAY_ONLY" ), tr( "STB_DISPLAY_ONLY" ),
0, d, false, this, SLOT( onShowHide() ) ),
//=======================================================================================
-msgid "LightApp_Module::TOP_DISPLAY"
-msgstr "Display"
+msgid "LightApp_Module::TOP_SHOW"
+msgstr "Show"
-msgid "LightApp_Module::MEN_DISPLAY"
-msgstr "Display"
+msgid "LightApp_Module::MEN_SHOW"
+msgstr "Show"
-msgid "LightApp_Module::STB_DISPLAY"
-msgstr "Display"
+msgid "LightApp_Module::STB_SHOW"
+msgstr "Show object(s)"
-msgid "LightApp_Module::TOP_ERASE"
-msgstr "Erase"
+msgid "LightApp_Module::TOP_HIDE"
+msgstr "Hide"
-msgid "LightApp_Module::MEN_ERASE"
-msgstr "Erase"
+msgid "LightApp_Module::MEN_HIDE"
+msgstr "Hide"
-msgid "LightApp_Module::STB_ERASE"
-msgstr "Erase"
+msgid "LightApp_Module::STB_HIDE"
+msgstr "Hide object(s)"
msgid "LightApp_Module::TOP_DISPLAY_ONLY"
-msgstr "Display only"
+msgstr "Show only"
msgid "LightApp_Module::MEN_DISPLAY_ONLY"
-msgstr "Display only"
+msgstr "Show only"
msgid "LightApp_Module::STB_DISPLAY_ONLY"
-msgstr "Display only"
+msgstr "Show only"
msgid "LightApp_Module::TOP_ERASE_ALL"
-msgstr "Erase all"
+msgstr "Hide all"
msgid "LightApp_Module::MEN_ERASE_ALL"
-msgstr "Erase all"
+msgstr "Hide all"
msgid "LightApp_Module::STB_ERASE_ALL"
-msgstr "Erase all"
+msgstr "Hide all"
//=======================================================================================