diff --git a/modules/game_console/channelswindow.otui b/modules/game_console/channelswindow.otui index 94e4d402..2fda97c4 100644 --- a/modules/game_console/channelswindow.otui +++ b/modules/game_console/channelswindow.otui @@ -25,7 +25,7 @@ MainWindow Label id: openPrivateChannelWithLabel - !text: tr('Open a private message channel:') + !text: tr('Open a private message channel') .. ':' anchors.left: parent.left anchors.right: parent.right anchors.bottom: next.top diff --git a/modules/game_console/communicationwindow.otui b/modules/game_console/communicationwindow.otui index c5e44c05..3a1e9200 100644 --- a/modules/game_console/communicationwindow.otui +++ b/modules/game_console/communicationwindow.otui @@ -35,7 +35,7 @@ MainWindow width: 180 Label - !text: tr('Ignored Players:') + !text: tr('Ignored Players') .. ':' anchors.left: parent.left anchors.top: prev.bottom margin-top: 10 @@ -108,7 +108,7 @@ MainWindow width: 180 Label - !text: tr('Allowed Players:') + !text: tr('Allowed Players') .. ':' anchors.top: prev.bottom anchors.left: prev.left margin-top: 10 diff --git a/modules/game_hotkeys/hotkeys_manager.otui b/modules/game_hotkeys/hotkeys_manager.otui index 017a4c9c..b586fe2d 100644 --- a/modules/game_hotkeys/hotkeys_manager.otui +++ b/modules/game_hotkeys/hotkeys_manager.otui @@ -18,7 +18,7 @@ MainWindow Label id: currentHotkeysLabel - !text: tr('Current hotkeys:') + !text: tr('Current hotkeys') .. ':' anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top @@ -70,7 +70,7 @@ MainWindow Label id: hotKeyTextLabel - !text: tr('Edit hotkey text:') + !text: tr('Edit hotkey text') .. ':' enable: false anchors.left: parent.left anchors.right: parent.right diff --git a/modules/game_viplist/addvip.otui b/modules/game_viplist/addvip.otui index bc88a2ab..db1272f0 100644 --- a/modules/game_viplist/addvip.otui +++ b/modules/game_viplist/addvip.otui @@ -5,7 +5,7 @@ MainWindow @onEscape: modules.game_viplist.destroyAddWindow() Label - !text: tr('Please enter a character name:') + !text: tr('Please enter a character name') .. ':' anchors.top: parent.top anchors.left: parent.left anchors.right: parent.right