Skip to content

Commit

Permalink
editor: Use "Identifier:" instead of "ID" for the label for gui2::ted…
Browse files Browse the repository at this point in the history
…it_text
  • Loading branch information
irydacea committed Feb 16, 2014
1 parent 9edee42 commit 304af6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/map/context_manager.cpp
Expand Up @@ -432,7 +432,7 @@ void context_manager::rename_area_dialog()
{
int active_area = get_map_context().get_active_area();
std::string name = get_map_context().get_time_manager()->get_area_ids()[active_area];
if (gui2::tedit_text::execute(N_("Rename Area"), N_("ID"), name, gui_.video())) {
if (gui2::tedit_text::execute(N_("Rename Area"), N_("Identifier:"), name, gui_.video())) {
get_map_context().get_time_manager()->set_area_id(active_area, name);
}
}
Expand Down

0 comments on commit 304af6b

Please sign in to comment.