Skip to content

Commit

Permalink
Rename filesystem id to partition id
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Jan 15, 2018
1 parent 47ac233 commit 68cc6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/y2partitioner/widgets/format_and_mount.rb
Expand Up @@ -736,7 +736,7 @@ def refresh
end

def label
_("File system &ID:")
_("Partition &ID:")
end

def items
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2partitioner/widgets/partition_description.rb
Expand Up @@ -60,7 +60,7 @@ def device_attributes_list
device_udev_by_path.join(Yast::HTML.Newline),
device_udev_by_id.join(Yast::HTML.Newline),
# TRANSLATORS: acronym for Filesystem Identifier
format(_("FS ID: %s"), "TODO")
format(_("Partition ID: %s"), "TODO")
]
end
end
Expand Down

0 comments on commit 68cc6a8

Please sign in to comment.