summaryrefslogtreecommitdiff
path: root/ui/qt/profile_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/profile_dialog.cpp')
-rw-r--r--ui/qt/profile_dialog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/profile_dialog.cpp b/ui/qt/profile_dialog.cpp
index 2bd75f90db..443c127ae8 100644
--- a/ui/qt/profile_dialog.cpp
+++ b/ui/qt/profile_dialog.cpp
@@ -172,6 +172,9 @@ void ProfileDialog::updateWidgets()
case PROF_STAT_COPY:
if (current_profile->reference) {
profile_info = tr("Created from %1").arg(current_profile->reference);
+ if (current_profile->from_global) {
+ profile_info.append(QString(" %1").arg(tr("(system provided)")));
+ }
break;
}
/* Fall Through */