Blob Blame History Raw
From 1a8569d0b392286d69ca0c66d48de323d961357a Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Thu, 27 Feb 2014 14:52:22 +0100
Subject: [PATCH] privacy: "Immediately" option not truthful

The purging takes place once an hour, not immediately, so relabel
the option to that effect.

See https://bugzilla.redhat.com/show_bug.cgi?id=1056247

https://bugzilla.gnome.org/show_bug.cgi?id=725318
---
 panels/privacy/privacy.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panels/privacy/privacy.ui b/panels/privacy/privacy.ui
index 721d6e4..c0a3f13 100644
--- a/panels/privacy/privacy.ui
+++ b/panels/privacy/privacy.ui
@@ -52,7 +52,7 @@
     </columns>
     <data>
       <row>
-        <col id="0" translatable="yes">Immediately</col>
+        <col id="0" translatable="yes">1 hour</col>
         <col id="1">0</col>
       </row>
       <row>
-- 
1.8.4.2