beniya 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,7 +66,7 @@ module Beniya
66
66
  end
67
67
  end
68
68
  rescue StandardError => e
69
- warn "ファイルを開けませんでした: #{e.message}"
69
+ warn "Failed to open file: #{e.message}"
70
70
  false
71
71
  end
72
72
 
@@ -105,7 +105,7 @@ module Beniya
105
105
  end
106
106
  end
107
107
  rescue StandardError => e
108
- warn "ファイルを開けませんでした: #{e.message}"
108
+ warn "Failed to open file: #{e.message}"
109
109
  false
110
110
  end
111
111
 
@@ -132,7 +132,7 @@ module Beniya
132
132
  system("xdg-open #{quoted_path}")
133
133
  end
134
134
  rescue StandardError => e
135
- warn "ディレクトリを開けませんでした: #{e.message}"
135
+ warn "Failed to open directory: #{e.message}"
136
136
  false
137
137
  end
138
138
  end