Skip to content

Commit de6ff0c

Browse files
committed
- Typo
1 parent b2f197e commit de6ff0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QtComponents/QtGroupsPanel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ void QtGroupsPanel::createPopupMenus ( )
14231423

14241424
_groupsPopupMenu->addSeparator ( );
14251425

1426-
QAction* updateGroupAction = createAction (*_groupsPopupMenu, QString::fromUtf8("Renommage d'un groupe"),
1426+
QAction* updateGroupAction = createAction (*_groupsPopupMenu, QString::fromUtf8("Renommer le groupe"),
14271427
QString::fromUtf8("Le groupe change de nom tout en conservant son contenu"),
14281428
SLOT (updateGroupCallback ( )), this, false, OFF);
14291429

0 commit comments

Comments
 (0)