Browse Source

UI: Don't use ellipses in permissions window title

gxalpha 2 years ago
parent
commit
adb7029298
2 changed files with 3 additions and 2 deletions
  1. 2 1
      UI/data/locale/en-US.ini
  2. 1 1
      UI/forms/OBSBasic.ui

+ 2 - 1
UI/data/locale/en-US.ini

@@ -481,7 +481,8 @@ MissingFiles.NoMissing.Title="Missing Files Check"
 MissingFiles.NoMissing.Text="No files appear to be missing."
 
 # macOS permissions dialog
-MacPermissions.Title="Review App Permissions..."
+MacPermissions.MenuAction="Review App Permissions..."
+MacPermissions.Title="Review App Permissions"
 MacPermissions.Description="OBS Studio requires your permission to be able to provide certain features. It is recommended to enable these permissions, but they are not required to use the app. You can always enable them later."
 MacPermissions.Description.OpenDialog="You can re-open this dialog via the OBS Studio menu."
 MacPermissions.AccessGranted="Access Granted"

+ 1 - 1
UI/forms/OBSBasic.ui

@@ -1989,7 +1989,7 @@
   </action>
   <action name="actionShowMacPermissions">
    <property name="text">
-    <string>MacPermissions.Title</string>
+    <string>MacPermissions.MenuAction</string>
    </property>
   </action>
   <action name="actionRepair">