Warning, /graphics/spectacle/src/Gui/SavedAndCopiedMessage.qml is written in an unsupported language. File is not indexed.
0001 /* SPDX-FileCopyrightText: 2022 Noah Davis <noahadvs@gmail.com> 0002 * SPDX-License-Identifier: LGPL-2.0-or-later 0003 */ 0004 0005 import QtQuick 0006 0007 SavedMessage { 0008 text:i18n("The screenshot was copied to the clipboard and saved as <a href=\"%1\">%2</a>", 0009 messageArgument, contextWindow.baseFileName(messageArgument)) 0010 }