summaryrefslogtreecommitdiff
path: root/src
diff options
authorAlex Launi <alex.launi@canonical.com>2011-01-31 16:00:08 -0500
committerAlex Launi <alex.launi@canonical.com>2011-01-31 16:00:08 -0500
commit07cebe3e48b0c06ebc83ba1186b3f56711cd5396 (patch)
tree807c20697c7481979ae0a5993775f54fe8626ca8 /src
parenta21721754965fab186b869c545b88e4435a0eee7 (diff)
Make 'Empty trash' text on dialog translatable
(bzr r809)
Diffstat (limited to 'src')
-rw-r--r--src/TrashLauncherIcon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TrashLauncherIcon.cpp b/src/TrashLauncherIcon.cpp
index 2c09bae47..ab4644d3e 100644
--- a/src/TrashLauncherIcon.cpp
+++ b/src/TrashLauncherIcon.cpp
@@ -132,7 +132,7 @@ TrashLauncherIcon::OnEmptyTrash(DbusmenuMenuitem *item, int time, TrashLauncherI
"text", _("Empty all items from Trash?"),
"secondary-text", _("All items in the Trash will be permanently deleted."),
NULL);
- gtk_dialog_add_button (GTK_DIALOG (dialog), "Empty Trash", GTK_RESPONSE_OK );
+ gtk_dialog_add_button (GTK_DIALOG (dialog), _("Empty Trash"), GTK_RESPONSE_OK );
QuicklistManager::Default ()->HideQuicklist (self->_quicklist);