CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 04/11/25 19:43:39
Modified files:
src : playturn.cpp
Log message:
do not forget to call on prefixed prompt string
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/playturn.cpp.diff?tr1=1.297&tr2=1.298&r1=text&r2=text
Patches:
Index: wesnoth/src/playturn.cpp
diff -u wesnoth/src/playturn.cpp:1.297 wesnoth/src/playturn.cpp:1.298
--- wesnoth/src/playturn.cpp:1.297 Thu Nov 25 00:34:04 2004
+++ wesnoth/src/playturn.cpp Thu Nov 25 19:43:39 2004
@@ -1,4 +1,4 @@
-/* $Id: playturn.cpp,v 1.297 2004/11/25 00:34:04 ydirson Exp $ */
+/* $Id: playturn.cpp,v 1.298 2004/11/25 19:43:39 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -2136,7 +2136,7 @@
void turn_info::user_command()
{
- create_textbox(floating_textbox::TEXTBOX_COMMAND,_("prompt^Command:"));
+
create_textbox(floating_textbox::TEXTBOX_COMMAND,sgettext("prompt^Command:"));
}
void turn_info::show_help()