summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/cs.js2
-rw-r--r--lib/l10n/cs.json2
-rw-r--r--lib/private/Preview/Office.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index 499abcc9bf3..55cbe7cff4d 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -88,7 +88,7 @@ OC.L10N.register(
"Security" : "Zabezpečení",
"Groupware" : "Software pro podporu spolupráce",
"Additional settings" : "Další nastavení",
- "Personal info" : "Osobní informace",
+ "Personal info" : "Osobní údaje",
"Mobile & desktop" : "Mobilní a desktop",
"%s enter the database username and name." : "%s zadejte databázové uživatelské jméno a jméno.",
"%s enter the database username." : "Zadejte uživatelské jméno %s databáze.",
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index 41dd910e8fd..0b5b5c80479 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -86,7 +86,7 @@
"Security" : "Zabezpečení",
"Groupware" : "Software pro podporu spolupráce",
"Additional settings" : "Další nastavení",
- "Personal info" : "Osobní informace",
+ "Personal info" : "Osobní údaje",
"Mobile & desktop" : "Mobilní a desktop",
"%s enter the database username and name." : "%s zadejte databázové uživatelské jméno a jméno.",
"%s enter the database username." : "Zadejte uživatelské jméno %s databáze.",
diff --git a/lib/private/Preview/Office.php b/lib/private/Preview/Office.php
index af6a2ef89f8..bdf8c528135 100644
--- a/lib/private/Preview/Office.php
+++ b/lib/private/Preview/Office.php
@@ -60,7 +60,7 @@ abstract class Office extends ProviderV2 {
$pngPreview = null;
try {
list($dirname, , , $filename) = array_values(pathinfo($absPath));
- $pngPreview = $dirname . '/' . $filename . '.png';
+ $pngPreview = $tmpDir . '/' . $filename . '.png';
$png = new \imagick($pngPreview . '[0]');
$png->setImageFormat('jpg');