Skip to content

Commit

Permalink
typo ref #22 #11859
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed Feb 1, 2024
1 parent 48b570d commit 7a51dea
Show file tree
Hide file tree
Showing 11 changed files with 6,534 additions and 9,393 deletions.
1,368 changes: 686 additions & 682 deletions data/po/de_gui.po

Large diffs are not rendered by default.

1,171 changes: 608 additions & 563 deletions data/po/de_sumo.po

Large diffs are not rendered by default.

1,368 changes: 686 additions & 682 deletions data/po/es_gui.po

Large diffs are not rendered by default.

1,368 changes: 686 additions & 682 deletions data/po/fr_gui.po

Large diffs are not rendered by default.

1,368 changes: 686 additions & 682 deletions data/po/hu_gui.po

Large diffs are not rendered by default.

1,377 changes: 691 additions & 686 deletions data/po/it_gui.po

Large diffs are not rendered by default.

1,368 changes: 686 additions & 682 deletions data/po/tr_gui.po

Large diffs are not rendered by default.

1,368 changes: 686 additions & 682 deletions data/po/zh-Hant_gui.po

Large diffs are not rendered by default.

1,368 changes: 686 additions & 682 deletions data/po/zh_gui.po

Large diffs are not rendered by default.

3,801 changes: 432 additions & 3,369 deletions data/po/zh_sumo.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/netedit/frames/network/GNETLSEditorFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ GNETLSEditorFrame::isTLSSaved() {
// open question box
FXuint answer = FXMessageBox::question(this, MBOX_YES_NO_CANCEL,
TL("Save TLS Changes"), "%s",
TL("There is unsaved changes in current edited traffic light.\nDo you want to save it before changing mode?"));
TL("There are unsaved changes in the currently edited traffic light.\nDo you want to save it before changing mode?"));
if (answer == MBOX_CLICKED_YES) { //1:yes, 2:no, 4:esc/cancel
// write warning if netedit is running in testing mode
WRITE_DEBUG("Closed FXMessageBox 'save TLS' with 'YES'");
Expand Down

0 comments on commit 7a51dea

Please sign in to comment.