Browse Source

Merge pull request #7176 from nextcloud/Valdnet-patch-1

l10n: Change the hour to plural
Andy Scherzinger 4 years ago
parent
commit
88c795fcef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/values/strings.xml

+ 1 - 1
src/main/res/values/strings.xml

@@ -953,6 +953,6 @@
     <string name="today">Today</string>
     <string name="thirtyMinutes">30 minutes</string>
     <string name="oneHour">1 hour</string>
-    <string name="fourHours">4 hour</string>
+    <string name="fourHours">4 hours</string>
     <string name="thisWeek">This week</string>
 </resources>