spelling fix

This commit is contained in:
Gunter Labes 2010-08-29 20:09:09 +00:00
parent 65c3169ec1
commit 364cf3c090
2 changed files with 5 additions and 2 deletions

View file

@ -198,7 +198,7 @@ report generate_report(TYPE type,
int cm = combat_modifier(displayed_unit_hex, u->alignment(), u->is_fearless());
str << align << " (" << signed_percent(cm) << ")";
tooltip << _("Alignement: ")
tooltip << _("Alignment: ")
<< "<b>" << align << "</b>\n"
<< string_table[align_id + "_description"];
return report(str.str(), "", tooltip.str(), "time_of_day");

View file

@ -27,7 +27,7 @@
# utils/pofix.py po/wesnoth*/*.po*
# find data/campaigns/ -name '*.cfg' -print0 | xargs -0 utils/pofix.py
#
# Please do make sure to add a comment before and new blocks of conversions
# Please do make sure to add a comment before any new blocks of conversions
# that states when it was added (current version number is enough) so that
# the file can be cleaned up more easily every now and then.
# Example:
@ -39,6 +39,9 @@
stringfixes = {
"wesnoth" : (
# conversion added in 1.9.0+svn
("Alignement: ", "Alignment: "),
# Convert hyphen-minuses that are being used as minus signs
# to the Unicode minus sign
# conversion added in 1.9.0-svn