diff options
author | seth <getchoo@tuta.io> | 2023-06-22 17:13:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 17:13:00 -0400 |
commit | 8df5ab8aa7ec32ee3c44e2b57dc9c9f04e093d9d (patch) | |
tree | 0a48638f886b57a406de71b55fda930ad240373d | |
parent | 83efdccfe19a48c903f12c61dc377b2bbe8a3ba6 (diff) | |
parent | 03361e51efb20802c419e15228e8dc086c4d273b (diff) | |
download | PrismLauncher-8df5ab8aa7ec32ee3c44e2b57dc9c9f04e093d9d.tar.gz PrismLauncher-8df5ab8aa7ec32ee3c44e2b57dc9c9f04e093d9d.tar.bz2 PrismLauncher-8df5ab8aa7ec32ee3c44e2b57dc9c9f04e093d9d.zip |
Merge pull request #1251 from getchoo/github-clarify
chore: add 'suggest a feature' message in help
-rw-r--r-- | launcher/ui/MainWindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/MainWindow.ui b/launcher/ui/MainWindow.ui index f67fb185..113dfc1e 100644 --- a/launcher/ui/MainWindow.ui +++ b/launcher/ui/MainWindow.ui @@ -577,7 +577,7 @@ <normaloff>.</normaloff>.</iconset> </property> <property name="text"> - <string>Report a &Bug...</string> + <string>Report a Bug or Suggest a Feature</string> </property> <property name="toolTip"> <string>Open the bug tracker to report a bug with %1.</string> |