Skip to content

Commit

Permalink
teejee2008#196 Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teejee2008 committed Jun 24, 2018
1 parent f0326ad commit 71c6b51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Gtk/BackupDeviceBox.vala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class BackupDeviceBox : Gtk.Box{

lbl_common.label = "<i>• %s\n%s\n%s</i>".printf(
_("Devices displayed above have BTRFS file systems."),
_("BRTFS snapshots are saved on system partition. Other partitions are not supported."),
_("BTRFS snapshots are saved on system partition. Other partitions are not supported."),
_("Snapshots are saved to /timeshift-btrfs on selected partition. Other locations are not supported.")
);
}
Expand Down
14 changes: 7 additions & 7 deletions timeshift.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: timeshift 18.2\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2018-06-24 17:21+0530\n"
"POT-Creation-Date: 2018-06-24 17:55+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -200,12 +200,6 @@ msgstr ""
msgid "Available"
msgstr ""

#: Gtk/BackupDeviceBox.vala:98
msgid ""
"BRTFS snapshots are saved on system partition. Other partitions are not "
"supported."
msgstr ""

#: Gtk/SnapshotBackendBox.vala:94
msgid "BTRFS"
msgstr ""
Expand All @@ -222,6 +216,12 @@ msgstr ""
msgid "BTRFS device is not mounted"
msgstr ""

#: Gtk/BackupDeviceBox.vala:98
msgid ""
"BTRFS snapshots are saved on system partition. Other partitions are not "
"supported."
msgstr ""

#: Gtk/FinishBox.vala:92
msgid ""
"BTRFS snapshots are saved on the same disk from which it is created. If the "
Expand Down

0 comments on commit 71c6b51

Please sign in to comment.