Skip to content

Commit

Permalink
Merge pull request #257 from kobliha/fix_textdomain
Browse files Browse the repository at this point in the history
Adjusted textdomain for OSRelease library
  • Loading branch information
kobliha committed Jun 4, 2014
2 parents 33eb2a9 + ee079fc commit da47396
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions library/general/src/modules/OSRelease.rb
Expand Up @@ -41,6 +41,10 @@ def initialize(message)
class OSReleaseClass < Module
include Yast::Logger

def initialize
textdomain "base"
end

OS_RELEASE_PATH = "/etc/os-release"

# Get information about the OS release
Expand Down
6 changes: 6 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 4 12:47:17 CEST 2014 - locilka@suse.com

- Adjusted textdomain for OSRelease library
- 3.1.75

-------------------------------------------------------------------
Fri May 30 11:06:47 UTC 2014 - vmoravec@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 3.1.74
Version: 3.1.75
Release: 0
URL: https://github.com/yast/yast-yast2

Expand Down

0 comments on commit da47396

Please sign in to comment.