Fixed wrong string "prgoress" instead of "progress".

FEA: ItEr67S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-01-05 13:13:58 +01:00
parent 105dce1397
commit 46e5c20715
4 changed files with 4 additions and 4 deletions

View file

@ -4292,7 +4292,7 @@ msgid "ALL"
msgstr "TODOS"
#: navalplanner-webapp/src/main/webapp/planner/print_configuration.zul:75
msgid "Show all prgoress"
msgid "Show all progress"
msgstr "Mostrar todo el progreso"
#: navalplanner-business/src/main/java/org/navalplanner/business/resources/entities/CriterionSatisfaction.java:220

View file

@ -4276,7 +4276,7 @@ msgid "ALL"
msgstr "TODOS"
#: navalplanner-webapp/src/main/webapp/planner/print_configuration.zul:75
msgid "Show all prgoress"
msgid "Show all progress"
msgstr "Mostrar todo o progreso"
#: navalplanner-business/src/main/java/org/navalplanner/business/resources/entities/CriterionSatisfaction.java:220

View file

@ -4198,7 +4198,7 @@ msgid "ALL"
msgstr ""
#: navalplanner-webapp/src/main/webapp/planner/print_configuration.zul:75
msgid "Show all prgoress"
msgid "Show all progress"
msgstr ""
#: navalplanner-business/src/main/java/org/navalplanner/business/resources/entities/CriterionSatisfaction.java:220

View file

@ -72,7 +72,7 @@
<checkbox id="print_shrinked"
label="${i18n:_('Shrink to fit page width')}" checked="true" disabled="true" visible="false"/>
<checkbox id="print_advances"
label="${i18n:_('Show all prgoress')}" checked="true"/>
label="${i18n:_('Show all progress')}" checked="true"/>
<checkbox id="print_reported_hours"
label="${i18n:_('Show all reported hours')}" checked="true"/>
</vbox>