summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-11-13 19:03:31 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-11-13 19:05:03 +0100
commit6a44cae1ade808ac2a9937414423b2e121333fc0 (patch)
treea32a59ee12538cc9182062be0d3fa708b5cd4a0b /src
parentc22b545dcdb3ad9f8ab6daf81215d54ce95aa5cb (diff)
downloadnautilus-6a44cae1ade808ac2a9937414423b2e121333fc0.tar.gz
progress-info-widget: increment max chars
On languages different than English was not enough, making the text not understandable. https://bugzilla.gnome.org/show_bug.cgi?id=754968
Diffstat (limited to 'src')
-rw-r--r--src/resources/ui/nautilus-progress-info-widget.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-progress-info-widget.ui b/src/resources/ui/nautilus-progress-info-widget.ui
index 3eace47df..3aee042e3 100644
--- a/src/resources/ui/nautilus-progress-info-widget.ui
+++ b/src/resources/ui/nautilus-progress-info-widget.ui
@@ -10,7 +10,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="width-request">300</property>
- <property name="max-width-chars">30</property>
+ <property name="max-width-chars">40</property>
<property name="ellipsize">middle</property>
<property name="margin-bottom">6</property>
</object>