File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ QString showPackageInfo(QString pkgName)
8181 QString installedSize = Package::getInformationInstalledSize (pkgName, isForeignPkg);
8282
8383 if (!installedSize.isEmpty () && installedSize != " 0.00 Bytes" )
84- return desc + " -> " + installedSize;
84+ return desc + " → " + installedSize;
8585 else
8686 return desc;
8787}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ void MainWindow::refreshMenuTools()
134134 if (ui->menuTools ->actions ().indexOf (m_actionSysInfo) == -1 )
135135 {
136136 ui->menuTools ->addSeparator ();
137- m_actionSysInfo->setText (" SysInfo -> gist.github.com" );
137+ m_actionSysInfo->setText (" SysInfo → gist.github.com" );
138138 ui->menuTools ->addAction (m_actionSysInfo);
139139
140140 if (!connectorGist)
You can’t perform that action at this time.
0 commit comments