diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_profile_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_profile_manager.cpp b/src/yuzu/configuration/configure_profile_manager.cpp index 41663e39a..002a51780 100644 --- a/src/yuzu/configuration/configure_profile_manager.cpp +++ b/src/yuzu/configuration/configure_profile_manager.cpp | |||
| @@ -98,7 +98,7 @@ ConfigureProfileManager ::ConfigureProfileManager(QWidget* parent) | |||
| 98 | tree_view->setContextMenuPolicy(Qt::NoContextMenu); | 98 | tree_view->setContextMenuPolicy(Qt::NoContextMenu); |
| 99 | 99 | ||
| 100 | item_model->insertColumns(0, 1); | 100 | item_model->insertColumns(0, 1); |
| 101 | item_model->setHeaderData(0, Qt::Horizontal, "Users"); | 101 | item_model->setHeaderData(0, Qt::Horizontal, tr("Users")); |
| 102 | 102 | ||
| 103 | // We must register all custom types with the Qt Automoc system so that we are able to use it | 103 | // We must register all custom types with the Qt Automoc system so that we are able to use it |
| 104 | // with signals/slots. In this case, QList falls under the umbrells of custom types. | 104 | // with signals/slots. In this case, QList falls under the umbrells of custom types. |