aboutsummaryrefslogtreecommitdiff
path: root/nxdialog/bin/nxdialog
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-05-11 09:41:15 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-05-11 09:41:15 +0200
commit22649369085dfaa351003ba76b7838160089f7cc (patch)
tree1c83284c7be0c038601cfc41ad53ce9351b2e70a /nxdialog/bin/nxdialog
parentf6177d2adb9540134bf7e760fd7df4599e98a713 (diff)
parentfac36b24f55b02040bd6950d8de0385fdbb33703 (diff)
downloadnx-libs-22649369085dfaa351003ba76b7838160089f7cc.tar.gz
nx-libs-22649369085dfaa351003ba76b7838160089f7cc.tar.bz2
nx-libs-22649369085dfaa351003ba76b7838160089f7cc.zip
Merge branch 'uli42-pr/small_fixes' into 3.6.x
Attributes GH PR #797: https://github.com/ArcticaProject/nx-libs/pull/797
Diffstat (limited to 'nxdialog/bin/nxdialog')
-rwxr-xr-xnxdialog/bin/nxdialog8
1 files changed, 4 insertions, 4 deletions
diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog
index 7cd6467f4..f735dc45f 100755
--- a/nxdialog/bin/nxdialog
+++ b/nxdialog/bin/nxdialog
@@ -180,7 +180,7 @@ def show_yes_no_suspend_box(title, text):
@param title: Message box title
@type text: str
@param text: Message box text
- @return: Choosen action
+ @return: Chosen action
"""
dlg = Gtk.MessageDialog(type=Gtk.MessageType.QUESTION,
@@ -207,7 +207,7 @@ def show_yes_no_box(title, text):
@param title: Message box title
@type text: str
@param text: Message box text
- @return: Choosen action
+ @return: Chosen action
"""
dlg = Gtk.MessageDialog(type=Gtk.MessageType.QUESTION,
@@ -227,12 +227,12 @@ def show_yes_no_box(title, text):
def handle_session_action(agentpid, action):
- """ Execute session action choosen by user.
+ """ Execute session action chosen by user.
@type agentpid: int
@param agentpid: Nxagent process id as passed by command line
@type action: int or None
- @param action: Choosen action
+ @param action: Chosen action
"""