Summary: | Division names in 'Division by flag' result view not translated | ||
---|---|---|---|
Product: | [Applications] kgeography | Reporter: | Marius <mariusst> |
Component: | general | Assignee: | Albert Astals Cid <aacid> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marius
2007-01-05 00:48:42 UTC
SVN commit 620012 by pino: Use the right translated form. BUG: 139616 M +1 -1 divisionflagasker.cpp --- branches/KDE/3.5/kdeedu/kgeography/src/divisionflagasker.cpp #620011:620012 @@ -41,7 +41,7 @@ setQuestion(i18n(p_map -> getFileName().utf8(), s.utf8())); } p_currentAnswer.setCorrectAnswer(im); - p_currentAnswer.setQuestion(division); + p_currentAnswer.setQuestion(i18n(p_map -> getFileName().utf8(), division.utf8())); } return true; } |