Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed May 25, 2018
1 parent 3553353 commit 3763cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/huggle_ui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ void MainWindow::Localize()
this->ui->actionWelcome_page->setText(_l("main-help-welcome-page"));
this->ui->actionContribution_browser->setText(_l("main-user-contribution-browser"));
this->ui->actionRevert_only_this_revision_assuming_good_faith->setText(_l("main-revision-revert-agf"));
this->ui->actionRevert_only_this_revision->setText(_("main-revision-revert-only-this"));
this->ui->actionRevert_only_this_revision->setText(_l("main-revision-revert-only-this"));

// arrows icons should be mirrored for RTL languages
if (Localizations::HuggleLocalizations->IsRTL())
Expand Down

0 comments on commit 3763cd6

Please sign in to comment.