~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/wui/gamedetails.cc

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-19 13:45:54 UTC
  • Revision ID: bunnybot@widelands.org-20241019134554-kz2gcbecf0y7bd7n
170 files were automatically formatted.

(by bunnybot)
5a9087b08ab9bbc48795ff0f7f1f370f60108b1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
void GameDetails::show_game_description(const SavegameData& gamedata) {
159
159
        std::string description = as_heading_with_content(
160
160
           mode_ == Mode::kReplay ?
161
 
            /** TRANSLATORS: The time a replay starts. Shown in the replay loading screen*/
162
 
            _("Start of Replay:") :
163
 
            /** TRANSLATORS: The current time of a savegame. Shown in the game saving and
164
 
               loading screens. */
165
 
            _("Game Time:"),
 
161
              /** TRANSLATORS: The time a replay starts. Shown in the replay loading screen*/
 
162
              _("Start of Replay:") :
 
163
                 /** TRANSLATORS: The current time of a savegame. Shown in the game saving and
 
164
                    loading screens. */
 
165
                 _("Game Time:"),
166
166
           gamedata.gametime, panel_style_);
167
167
 
168
168
        description = format("%s%s", description,