CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <[EMAIL PROTECTED]> 05/04/25 11:33:23

Modified files:
        src/editor     : editor_dialogs.cpp 

Log message:
        Language fixes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/editor_dialogs.cpp.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: wesnoth/src/editor/editor_dialogs.cpp
diff -u wesnoth/src/editor/editor_dialogs.cpp:1.29 
wesnoth/src/editor/editor_dialogs.cpp:1.30
--- wesnoth/src/editor/editor_dialogs.cpp:1.29  Sat Apr 16 19:35:32 2005
+++ wesnoth/src/editor/editor_dialogs.cpp       Mon Apr 25 11:33:23 2005
@@ -405,7 +405,7 @@
        height_rect.y = width_rect.y + width_rect.h + vertical_margin;
 
        gui::button cancel_button(disp.video(), _("Cancel"));
-       gui::button ok_button(disp.video(), _("Ok"));
+       gui::button ok_button(disp.video(), _("OK"));
 
        cancel_button.set_location(xpos + width - cancel_button.width() - 
horz_margin,
                                   ypos + height - cancel_button.height()-14);


Reply via email to