Skip to content

Commit 8781c23

Browse files
committed
switched “->” to “→”
1 parent 8e89cae commit 8781c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

src/mainwindow_refresh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)