Author: esr
Date: Sat Oct 16 20:47:30 2010
New Revision: 47060

URL: http://svn.gna.org/viewcvs/wesnoth?rev=47060&view=rev
Log:
More spelling fixes.

Modified:
    trunk/data/campaigns/Two_Brothers/scenarios/03_Guarded_Castle.cfg
    trunk/src/generate_report.cpp
    trunk/utils/pofix.py

Modified: trunk/data/campaigns/Two_Brothers/scenarios/03_Guarded_Castle.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Two_Brothers/scenarios/03_Guarded_Castle.cfg?rev=47060&r1=47059&r2=47060&view=diff
==============================================================================
--- trunk/data/campaigns/Two_Brothers/scenarios/03_Guarded_Castle.cfg (original)
+++ trunk/data/campaigns/Two_Brothers/scenarios/03_Guarded_Castle.cfg Sat Oct 
16 20:47:30 2010
@@ -862,7 +862,7 @@
                 [/message]
                 [message]
                     speaker=Arne
-                    message= _ "That is as may be. But you are my brother 
still And... I never doubted you would have come for me."
+                    message= _ "That is as may be. But you are my brother 
still. And... I never doubted you would have come for me."
                 [/message]
                 [message]
                     speaker=Arne

Modified: trunk/src/generate_report.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/generate_report.cpp?rev=47060&r1=47059&r2=47060&view=diff
==============================================================================
--- trunk/src/generate_report.cpp (original)
+++ trunk/src/generate_report.cpp Sat Oct 16 20:47:30 2010
@@ -471,12 +471,12 @@
                                        << "  " << accuracy_parry << 
"</span>\n";
                                int accuracy = at.accuracy();
                                if(accuracy) {
-                                       tooltip << _("Accuracy :") << "<b>"
+                                       tooltip << _("Accuracy:") << "<b>"
                                                << signed_percent(accuracy) << 
"</b>\n";
                                }
                                int parry = at.parry();
                                if(parry) {
-                                       tooltip << _("Parry :") << "<b>"
+                                       tooltip << _("Parry:") << "<b>"
                                                << signed_percent(parry) << 
"</b>\n";
                                }
                                res.add_text(flush(str), flush(tooltip));

Modified: trunk/utils/pofix.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/pofix.py?rev=47060&r1=47059&r2=47060&view=diff
==============================================================================
--- trunk/utils/pofix.py (original)
+++ trunk/utils/pofix.py Sat Oct 16 20:47:30 2010
@@ -2353,6 +2353,9 @@
 # Fix capitalization
 # conversion added in 1.9.0+svn
 ("Rooting Out A Mage", "Rooting Out a Mage"),
+
+# Punctuation error.
+("brother still, And", "brother still And"),
 ),
 
 "wesnoth-units" : (


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to