From 7c0882ea0fabd27bf754b21b96b00bedbc37dda9 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 1 Apr 2018 09:54:02 -0400 Subject: [PATCH] snapshot: Disable python formatting for description Signed-off-by: James Valleroy --- plinth/modules/snapshot/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plinth/modules/snapshot/__init__.py b/plinth/modules/snapshot/__init__.py index 13e44b027..364374c47 100644 --- a/plinth/modules/snapshot/__init__.py +++ b/plinth/modules/snapshot/__init__.py @@ -35,6 +35,7 @@ description = [ _('Snapshots allows creating and managing btrfs file system snapshots. ' 'These can be used to roll back the system to a previously known ' 'good state in case of unwanted changes to the system.'), + # Translators: xgettext:no-python-format _('Snapshots are taken every hour, day and month (called timeline ' 'snapshots). Snapshots are also taken before and after a software ' 'installation. Although snapshots are efficient and only store the '