Skip to content

Commit

Permalink
Adding/removing slashes that were affecting the translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jun 19, 2014
1 parent 51dcd05 commit 3d1fe74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/main_controller.rb
Expand Up @@ -108,7 +108,7 @@ def set_release(release)
@isos["net-32"] = "13.1-NET-i586"
@isos["net-64"] = "13.1-NET-x86_64"

@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/13.1/")
@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/13.1")
@releasename = "openSUSE 13.1"
@repourl = "http://download.opensuse.org/distribution/13.1"
@medium = "dvd"
Expand All @@ -131,7 +131,7 @@ def set_release(release)
@isos["net-32"] = "Factory-NET-Build0117-i586"
@isos["net-64"] = "Factory-NET-Build0117-x86_64"

@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/13.2")
@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/13.2/")
@releasename = "openSUSE 13.2 Milestone0"
@repourl = "http://download.opensuse.org/distribution/13.2"
@medium = "dvd"
Expand Down

0 comments on commit 3d1fe74

Please sign in to comment.