forked from qt-creator/qt-creator
Utils: Use double quotes for emphasis in UI text
Change-Id: I00b27ee40ba131ec6472b03ac7f23c93639a9cea Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -1732,7 +1732,7 @@ expected_str<FilePath> FilePath::localSource() const
|
||||
return *this;
|
||||
|
||||
QTC_ASSERT(s_deviceHooks.localSource,
|
||||
return make_unexpected(Tr::tr("No 'localSource' device hook set.")));
|
||||
return make_unexpected(Tr::tr("No \"localSource\" device hook set.")));
|
||||
return s_deviceHooks.localSource(*this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user