diff options
author | swirl <swurl@swurl.xyz> | 2022-01-26 17:40:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 17:40:49 -0500 |
commit | 02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb (patch) | |
tree | d8eed237b3c830c47edeeeb0fb59236d740d5ab5 /launcher/ui/pages/instance/OtherLogsPage.ui | |
parent | 068094583912797855cc7ef8045198d51eedcfac (diff) | |
parent | 0eff21a4f1ee97e4b0a484c608eac9617897446d (diff) | |
download | PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.tar.gz PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.tar.bz2 PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.zip |
Merge pull request #67 from PolyMC/feature/no_paste_ee
Full replacement of paste.ee
Diffstat (limited to 'launcher/ui/pages/instance/OtherLogsPage.ui')
-rw-r--r-- | launcher/ui/pages/instance/OtherLogsPage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/instance/OtherLogsPage.ui b/launcher/ui/pages/instance/OtherLogsPage.ui index 56ff3b62..77f3e647 100644 --- a/launcher/ui/pages/instance/OtherLogsPage.ui +++ b/launcher/ui/pages/instance/OtherLogsPage.ui @@ -84,7 +84,7 @@ <item row="3" column="2"> <widget class="QPushButton" name="btnPaste"> <property name="toolTip"> - <string>Upload the log to paste.ee - it will stay online for a month</string> + <string>Upload the log to the paste service configured in preferences.</string> </property> <property name="text"> <string>Upload</string> |