Unified
Split
Showing
with
5 additions
and 6 deletions.
- +1 −1 src/PriorityMenu.cpp
- +2 −2 src/locales/en.catkeys
- +2 −3 src/locales/it.catkeys
| @@ -30,7 +30,7 @@ | ||
| #define B_TRANSLATION_CONTEXT "PriorityMenu" | ||
|
|
||
| PriorityMenu::PriorityMenu(TeamListView* teamListView) | ||
| : BMenu(B_TRANSLATE("SetPriority")), | ||
| : BMenu(B_TRANSLATE("Set priority")), | ||
| fTeamListView(teamListView), | ||
| fPriority(-2), | ||
| fEnabled(false) | ||
| @@ -1,4 +1,4 @@ | ||
| 1 English application/x-vnd.AJ-Slayer2 1097298290 | ||
| 1 English application/x-vnd.AJ-Slayer2 2206410706 | ||
| Suspend TeamListView Suspend | ||
| Id TeamListView Id | ||
| Forced reload MainWindow Forced reload | ||
| @@ -46,6 +46,6 @@ Open window in all workspaces SettingsWindow Open window in all workspaces | ||
| Kill TeamListView Kill | ||
| State TeamListView State | ||
| Suspended ThreadItem Suspended | ||
| SetPriority PriorityMenu SetPriority | ||
| Waiting ThreadItem Waiting | ||
| Set priority PriorityMenu Set priority | ||
| Sleeping ThreadItem Sleeping | ||
| @@ -1,4 +1,4 @@ | ||
| 1 English application/x-vnd.AJ-Slayer2 1097298290 | ||
| 1 Italian application/x-vnd.AJ-Slayer2 2206410706 | ||
| Suspend TeamListView Sospendi | ||
| Id TeamListView Id | ||
| Forced reload MainWindow Aggiornamento forzato | ||
| @@ -46,7 +46,6 @@ Open window in all workspaces SettingsWindow Apri la finestra in tutti i worksp | ||
| Kill TeamListView Uccidi | ||
| State TeamListView Stato | ||
| Suspended ThreadItem Sospeso | ||
| SetPriority PriorityMenu Imposta priorità | ||
| Waiting ThreadItem In attesa | ||
| Set priority PriorityMenu Imposta priorità | ||
| Sleeping ThreadItem Dormendo | ||
| o | ||