Skip to content

Commit

Permalink
Merge pull request #11 from Vilez0/bug-fixes
Browse files Browse the repository at this point in the history
Some fixes
  • Loading branch information
sulincix authored Nov 21, 2024
2 parents 330635e + 8900885 commit 472d160
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-08 19:10+0300\n"
"PO-Revision-Date: 2024-07-08 19:13+0300\n"
"PO-Revision-Date: 2024-07-19 23:23+0300\n"
"Last-Translator: Edip Hzr <[email protected]>\n"
"Language-Team: Turkish <>\n"
"Language-Team: Turkish\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Gtranslator 42.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Gtranslator 46.1\n"

#: src/data/ui/AppWindow.ui:106
msgid "Pardus Boot Repair"
Expand Down Expand Up @@ -130,7 +130,7 @@ msgstr "Sürdür"

#: src/data/ui/AppWindow.ui:593
msgid "Helps to repair broken systems"
msgstr "Bozuk paketleri onarmaya yardımcı olur."
msgstr "Bozuk sistemlerin onarılmasına yardımcı olur"

#: src/data/ui/AppWindow.ui:595
msgid "Website"
Expand Down
4 changes: 2 additions & 2 deletions src/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
gettext.install("pardus-boot-repair", "/usr/share/locale/")
Handy.init()

APPVERSION = "0.5.2"
APPVERSION = "1.0.0"
APP_DIR = os.path.dirname(os.path.realpath(__file__))

resource = Gio.resource_load(
Expand Down Expand Up @@ -136,7 +136,7 @@ def on_button_about_clicked(self, widget):
self.dialog_about.hide()

"""
row functions is seperated to at least 2 subfunctions
row functions are seperated to at least 2 subfunctions
pre() and post()
pre() function will be called first and it will prepare the page for the user input or execute the command then set the post_command to the post() function
post_command is a function that will be called after the vte command is executed (see vte_cb() function)
Expand Down

0 comments on commit 472d160

Please sign in to comment.