Browse Source

* Fixed typo

git-svn-id: trunk@36554 -
joost 8 years ago
parent
commit
4c479ee039
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fppkg/src/pkgmessages.pp

+ 1 - 1
packages/fppkg/src/pkgmessages.pp

@@ -9,7 +9,7 @@ Resourcestring
   SError                     = 'Error: ';
   SWarning                   = 'Warning: ';
   SDebug                     = 'Debug: ';
-  SProgres                   = 'Progres: ';
+  SProgress                  = 'Progress: ';
   SInfo                      = 'Info: ';
   SCommand                   = 'Command: ';