Skip to content

Commit

Permalink
Fixup e0abb21
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 18, 2017
1 parent 693e4b4 commit c4cb783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/addon/manager.cpp
Expand Up @@ -456,7 +456,7 @@ void addon_manager::load_addon_list(window& window)
}

if(addons_.empty()) {
show_transient_message(window.video(), _("No Add-ons Available"), _("There are no add-ons available for download from this server."))
show_transient_message(window.video(), _("No Add-ons Available"), _("There are no add-ons available for download from this server."));
window.close();
}

Expand Down

0 comments on commit c4cb783

Please sign in to comment.