Skip to content

Commit

Permalink
Add an experimental translator comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hacst committed Sep 8, 2015
1 parent ce413bd commit 0528883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mumble/LookConfig.cpp
Expand Up @@ -98,6 +98,7 @@ LookConfig::LookConfig(Settings &st) : ConfigWidget(st) {
m_themeDirectoryWatcher->addPath(userThemeDirectory.path());

QUrl userThemeDirectoryUrl = QUrl::fromLocalFile(userThemeDirectory.path());
//: This link is located next to the theme heading in the ui config and opens the user theme directory
qlThemesDirectory->setText(tr("<a href=\"%1\">Browse</a>").arg(userThemeDirectoryUrl.toString()));
qlThemesDirectory->setOpenExternalLinks(true);
}
Expand Down

0 comments on commit 0528883

Please sign in to comment.