summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-03-02 13:47:21 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-03-02 13:47:21 +0100
commitef5f5ae73b020b179f4ea48d990aeca908de3fd8 (patch)
tree6f9b725abe931eaa02c647976e6b9f31b9f343a2
parent037e49fc295d11eb3141091b27f10e67818f5b8b (diff)
downloadnautilus-ef5f5ae73b020b179f4ea48d990aeca908de3fd8.tar.gz
nautilus-window: undo should be capitalized
Undo label in notifications should be capitalized
-rw-r--r--src/nautilus-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window.ui b/src/nautilus-window.ui
index d09a0e800..5b21d5657 100644
--- a/src/nautilus-window.ui
+++ b/src/nautilus-window.ui
@@ -85,7 +85,7 @@
</child>
<child>
<object class="GtkButton" id="notification_delete_undo">
- <property name="label" translatable="yes">undo</property>
+ <property name="label" translatable="yes">Undo</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>