[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 03/03: Adjust wording of switch user command. (bug #15398)

noreply at xfce.org noreply at xfce.org
Tue Jun 4 18:24:25 CEST 2019


This is an automated email from the git hooks/post-receive script.

g   o   t   t   c   o   d   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-whiskermenu-plugin.

commit fae01b6e1bb35a6fd631919886cf5386b1d1ec6b
Author: Graeme Gott <graeme at gottcode.org>
Date:   Tue Jun 4 11:08:20 2019 -0400

    Adjust wording of switch user command. (bug #15398)
---
 panel-plugin/settings.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/settings.cpp b/panel-plugin/settings.cpp
index c332bb5..18479de 100644
--- a/panel-plugin/settings.cpp
+++ b/panel-plugin/settings.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018 Graeme Gott <graeme at gottcode.org>
+ * Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019 Graeme Gott <graeme at gottcode.org>
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -133,9 +133,9 @@ Settings::Settings() :
 			"xflock4",
 			_("Failed to lock screen."));
 	command[CommandSwitchUser] = new Command("system-users",
-			_("Switch _Users"),
+			_("Switch _User"),
 			"gdmflexiserver",
-			_("Failed to switch users."));
+			_("Failed to switch user."));
 	command[CommandLogOutUser] = new Command("system-log-out",
 			_("Log _Out"),
 			"xfce4-session-logout --logout --fast",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list