Corrected a couple of stray references to Citra

This commit is contained in:
OpenSauce04 2025-02-28 22:24:38 +00:00
parent e1d9204b70
commit 5fa946af0b
3 changed files with 4 additions and 4 deletions

View File

@ -287,7 +287,7 @@ private slots:
void StartVideoDumping(const QString& path);
void OnStopVideoDumping();
void OnCoreError(Core::System::ResultStatus, std::string);
/// Called whenever a user selects Help->About Citra
/// Called whenever a user selects Help->About Azahar
void OnMenuAboutCitra();
#if ENABLE_QT_UPDATER

View File

@ -3,7 +3,7 @@
<class>ConfigureDialog</class>
<widget class="QDialog" name="ConfigureDialog">
<property name="windowTitle">
<string>Citra Configuration</string>
<string>Azahar Configuration</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>

View File

@ -319,7 +319,7 @@
</action>
<action name="action_About">
<property name="text">
<string>About Citra</string>
<string>About Azahar</string>
</property>
<property name="menuRole">
<enum>QAction::AboutRole</enum>
@ -680,7 +680,7 @@
</action>
<action name="action_Open_Citra_Folder">
<property name="text">
<string>Open Citra Folder</string>
<string>Open Azahar Folder</string>
</property>
</action>
<action name="action_Configure_Current_Game">