summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-05-12 15:22:22 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-05-12 15:22:22 +0200
commite17493d107e0b0e367a05090efa3dea34a58abfe (patch)
tree0eade4c6ec92476d1d714629e8897796650079c5
parentb5c51dd3599380835a21a7e81b4e1ef545e0e938 (diff)
downloadabrt-e17493d107e0b0e367a05090efa3dea34a58abfe.tar.gz
abrt-e17493d107e0b0e367a05090efa3dea34a58abfe.tar.xz
abrt-e17493d107e0b0e367a05090efa3dea34a58abfe.zip
GUI: minor fix to make "Copy to clipboard" translatable
-rw-r--r--src/Gui/ccgui.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index 09af6fef..f6072b87 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -539,7 +539,7 @@ M&#xE1;ir&#xED;n Duffy &lt;duffy@redhat.com&gt;</property>
</child>
<child>
<widget class="GtkButton" id="b_copy">
- <property name="label">Copy to Clipboard</property>
+ <property name="label" translatable="yes">Copy to Clipboard</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>