diff options
author | Eike Ziller <[email protected]> | 2025-05-13 15:12:53 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2025-05-14 10:18:12 +0000 |
commit | dca18e33f10c76f487e017c35d891f92f365b06e (patch) | |
tree | 17cf93eb565e79a3633970b34ea56179cf88d456 /src/plugins/coco/globalsettings.cpp | |
parent | bace3cb2473bbeb0604e4ed4925c007becce87c5 (diff) |
Various UI text fixes
Fixing case, missing full stops, quotes, etc
Change-Id: I0dc1064de0abe73b6a4ff95c81dcf88009057989
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/coco/globalsettings.cpp')
-rw-r--r-- | src/plugins/coco/globalsettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coco/globalsettings.cpp b/src/plugins/coco/globalsettings.cpp index f703d241aeb..d87b9a2776a 100644 --- a/src/plugins/coco/globalsettings.cpp +++ b/src/plugins/coco/globalsettings.cpp @@ -253,7 +253,7 @@ GlobalSettingsPage::GlobalSettingsPage() : m_widget(nullptr) { setId(Constants::COCO_SETTINGS_PAGE_ID); - setDisplayName(QCoreApplication::translate("Coco", "Coco")); + setDisplayName(Tr::tr("Coco")); setCategory("I.Coco"); // Category I contains also the C++ settings. } |