diff options
author | timoreo22 <timo.oreo34@gmail.com> | 2022-01-28 18:12:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 18:12:35 +0100 |
commit | 8b790a6dd94a7b779b72595f1e1567eda9877e86 (patch) | |
tree | 4ebc2ca7aebfb31f58ecaaeca0d7b15122b53623 /launcher/ui/pages/instance | |
parent | 1d0e6bf453bfee0d9201fabf1e979ab0aca90418 (diff) | |
parent | f36930d81227f70046f7428b0ba41229b00687b4 (diff) | |
download | PrismLauncher-8b790a6dd94a7b779b72595f1e1567eda9877e86.tar.gz PrismLauncher-8b790a6dd94a7b779b72595f1e1567eda9877e86.tar.bz2 PrismLauncher-8b790a6dd94a7b779b72595f1e1567eda9877e86.zip |
Merge branch 'PolyMC:develop' into feature/download_mods
Diffstat (limited to 'launcher/ui/pages/instance')
-rw-r--r-- | launcher/ui/pages/instance/LogPage.ui | 2 | ||||
-rw-r--r-- | launcher/ui/pages/instance/OtherLogsPage.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/pages/instance/LogPage.ui b/launcher/ui/pages/instance/LogPage.ui index ccfc1551..31bb368c 100644 --- a/launcher/ui/pages/instance/LogPage.ui +++ b/launcher/ui/pages/instance/LogPage.ui @@ -100,7 +100,7 @@ <item> <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> 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> |