summaryrefslogtreecommitdiff
path: root/lib/system_check/app/tmp_writable_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system_check/app/tmp_writable_check.rb')
-rw-r--r--lib/system_check/app/tmp_writable_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_check/app/tmp_writable_check.rb b/lib/system_check/app/tmp_writable_check.rb
index 6687df091d3..6aee19f6554 100644
--- a/lib/system_check/app/tmp_writable_check.rb
+++ b/lib/system_check/app/tmp_writable_check.rb
@@ -3,7 +3,7 @@
module SystemCheck
module App
class TmpWritableCheck < SystemCheck::BaseCheck
- set_name 'Tmp directory writable?'
+ set_name _('Tmp directory writable?')
def check?
File.writable?(tmp_path)