diff options
| author | seth <getchoo@tuta.io> | 2023-06-22 15:58:53 -0400 | 
|---|---|---|
| committer | seth <getchoo@tuta.io> | 2023-06-22 15:58:53 -0400 | 
| commit | 03361e51efb20802c419e15228e8dc086c4d273b (patch) | |
| tree | 887f03bf40dab803d80a16025af94be21513841e | |
| parent | 05a8232a8f1011f74b4d81d1ee5541eb01fe3ae1 (diff) | |
| download | PrismLauncher-03361e51efb20802c419e15228e8dc086c4d273b.tar.gz PrismLauncher-03361e51efb20802c419e15228e8dc086c4d273b.tar.bz2 PrismLauncher-03361e51efb20802c419e15228e8dc086c4d273b.zip | |
chore: add 'suggest a feature' message in help
Signed-off-by: seth <getchoo@tuta.io>
| -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> | 
