I have Localizable.strings in English and Spanish. Inside the file I have some texts:
"hud_message" = "Loading...";
"accept_title" = "Accept";
"cancel_title" = "Cancel";
I want to change the text of the key "hud_message", Change it for "please wait"
How is this possible?