Skip to content

Commit

Permalink
change a label "Earlier Items" -> "Previous Items"
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jul 4, 2014
1 parent b1b493b commit 188b3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wmi_pager.cpp
Expand Up @@ -48,7 +48,7 @@ static void add_next_page_item( std::vector<boost::shared_ptr<const game_events:
static void add_prev_page_item( std::vector<boost::shared_ptr<const game_events::wml_menu_item> > & items,
std::vector<std::string> & descriptions)
{
std::string desc = _("Earlier Items");
std::string desc = _("Previous Items");
config temp;
temp["description"] = desc;
items.push_back(boost::make_shared<const game_events::wml_menu_item>(prev_id, temp));
Expand Down

0 comments on commit 188b3be

Please sign in to comment.