summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-08-23 12:00:22 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2016-08-23 12:00:22 +0200
commit83474f220d3ad15fcea9bcc1bf1a21b98109e844 (patch)
treeffede8023638e045e9f4e8450ef2548c093f4cdc
parent34f829cbdc8321d771f5f9d0d946ab705d96d38f (diff)
downloadnautilus-83474f220d3ad15fcea9bcc1bf1a21b98109e844.tar.gz
Fix typos in translatable strings
-rw-r--r--src/gtk/nautilusgtkplacesview.ui2
-rw-r--r--src/nautilus-file-operations.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gtk/nautilusgtkplacesview.ui b/src/gtk/nautilusgtkplacesview.ui
index 87b368d67..e75f6d8c3 100644
--- a/src/gtk/nautilusgtkplacesview.ui
+++ b/src/gtk/nautilusgtkplacesview.ui
@@ -144,7 +144,7 @@
<child>
<object class="GtkLabel">
<property name="visible">1</property>
- <property name="label" translatable="yes">WebDav</property>
+ <property name="label" translatable="yes">WebDAV</property>
<property name="xalign">0</property>
</object>
<packing>
diff --git a/src/nautilus-file-operations.c b/src/nautilus-file-operations.c
index e8a2c4da6..93715d9c6 100644
--- a/src/nautilus-file-operations.c
+++ b/src/nautilus-file-operations.c
@@ -7217,7 +7217,7 @@ extract_job_on_error (AutoarExtractor *extractor,
source_file = autoar_extractor_get_source_file (extractor);
nautilus_progress_info_take_status (extract_job->common.progress,
- f (_("Error extracting “%B””"),
+ f (_("Error extracting “%B”"),
source_file));
response_id = run_warning ((CommonJob *)extract_job,