Skip to content
Snippets Groups Projects
Commit 1f1fa3b5 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

GUI: More concise text for length settings

parent bfe16287
No related branches found
No related tags found
1 merge request!425GUI: More concise text for length settings
Pipeline #48313 passed
......@@ -263,8 +263,8 @@ void ActionManager::onAboutToShowSettingsMenu()
unitActions->addAction(action);
};
addUnitAction("Use nanometer as default unit", false);
addUnitAction(u8"Use \u00c5ngstrom as default unit", true);
addUnitAction("Lengths in nanometer", false);
addUnitAction(u8"Lengths in \u00c5ngstrom", true);
m_settingsMenu->addSeparator();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment